Differences between revisions 2 and 3
Revision 2 as of 2010-08-15 22:58:04
Size: 299
Editor: CarlNobile
Comment:
Revision 3 as of 2010-08-15 22:59:25
Size: 299
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= MySql Converting 5.0 to 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)