Differences between revisions 1 and 2
Revision 1 as of 2010-08-15 21:52:25
Size: 296
Editor: CarlNobile
Comment:
Revision 2 as of 2010-08-15 22:58:04
Size: 299
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= MySql Convertint 5.0-5.1 = = MySql Converting 5.0 to 5.1 =

MySql Converting 5.0 to 5.1

Manually running the commands

$ mysqlcheck --check-upgrade --all-databases --auto-repair -p -u root
$ mysql_fix_privilege_tables -u root --password=<password>
$ mysqlcheck --all-databases --check-upgrade --fix-db-names --fix-table-names -p -u root

MySqlConvert5.0-5.1 (last edited 2010-08-15 23:01:29 by CarlNobile)