Differences between revisions 3 and 4
Revision 3 as of 2010-08-15 22:59:25
Size: 299
Editor: CarlNobile
Comment:
Revision 4 as of 2010-08-15 23:00:37
Size: 356
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Manually running the commands Manually run the commands below:
Line 10: Line 10:

should fix any tables that are not 5.1 compatible.

MySQL Converting 5.0 to 5.1

Manually run the commands below:

$ 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

should fix any tables that are not 5.1 compatible.

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