Fix samples for MySQL 5.0.

This commit is contained in:
Daniel Nichter
2012-03-07 09:35:50 -07:00
parent e122b884e2
commit 991d6c606b
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ CREATE TABLE `user` (
`max_updates` int(11) unsigned NOT NULL default '0',
`max_connections` int(11) unsigned NOT NULL default '0',
`max_user_connections` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`Host`,`User`)
PRIMARY KEY (`Host`,`User`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Users and global privileges'