patch-user_nameindex.sql

来自「php 开发的内容管理系统」· SQL 代码 · 共 14 行

SQL
14
字号
---- Change the index on user_name to a unique index to prevent-- duplicate registrations from creeping in.---- Run maintenance/userDupes.php or through the updater first-- to clean up any prior duplicate accounts.---- Added 2005-06-05--     ALTER TABLE /*$wgDBprefix*/user      DROP INDEX user_name,ADD UNIQUE INDEX user_name(user_name);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?