mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
- changed "password" to "Password" as suggested by Paul DuBois to be
consistent with the other column names in the table.
This commit is contained in:
@ -4,7 +4,7 @@ ALTER TABLE host type=MyISAM;
|
||||
ALTER TABLE func type=MyISAM;
|
||||
ALTER TABLE columns_priv type=MyISAM;
|
||||
ALTER TABLE tables_priv type=MyISAM;
|
||||
ALTER TABLE user change password password char(45) not null;
|
||||
ALTER TABLE user change Password Password char(45) not null;
|
||||
ALTER TABLE user add File_priv enum('N','Y') NOT NULL;
|
||||
CREATE TABLE IF NOT EXISTS func (
|
||||
name char(64) DEFAULT '' NOT NULL,
|
||||
|
Reference in New Issue
Block a user