MySQL Forums
Forum List  »  Install & Repo

Re: How to best disable log bin for mysql_upgrade
Posted by: Russell Glaue
Date: August 11, 2009 02:10PM

According to this: http://forge.mysql.com/worklog/task.php?id=4991

There are two scripts: share/mysql_system_tables.sql share/mysql_system_tables_fix.sql
These two scripts comprise the content of: share/mysql_fix_privilege_tables.sql

The following is true about these three files:
cat share/mysql_system_tables.sql share/mysql_system_tables_fix.sql > share/mysql_fix_privilege_tables.sql

To upgrade the schema of the mysql server, only the share/mysql_fix_privilege_tables.sql sql script need be applied.


Is this correct?
Is it true for MySQL 5.0.x ?

Options: ReplyQuote


Subject
Written By
Posted
Re: How to best disable log bin for mysql_upgrade
August 11, 2009 02:10PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.