Re: [arch-dev-public] MySQL 5.5
On Wed, 2010-12-22 at 09:20 +0100, Andrea Scarpino wrote:
On Wednesday 22 December 2010 08:49:37 Jan de Groot wrote:
It's not just mysql_upgrade. You'll need to have then new mysql running first, but it won't start before upgrading. MySQL released documentation about exact upgrade instructions for this, you'll need to run MySQL in skip grant table mode once and perform mysql_upgrade with that. I see. I'll fix the post_install message. Should I do an announcement?
Would be nice, also include the link to upstream documentation when you do so.
On Wednesday 22 December 2010 09:23:20 Jan de Groot wrote:
Would be nice, also include the link to upstream documentation when you do so. Maybe is better if I way this hits [extra] to write an Announcement. I'll post in "Announcements, Package and Security Advisories" instead. Anyway mysql_upgrade works for me if mysql is running. Can you confirm?
$ sudo mysql_upgrade -p Enter password: Looking for 'mysql' as: mysql Looking for 'mysqlcheck' as: mysqlcheck Running 'mysqlcheck' with connection arguments: '--port=3306' '-- socket=/var/run/mysqld/mysqld.sock' mysqlcheck: Error: Couldn't get table list for database test: Can't read dir of './test/' (errno: 13) Running 'mysqlcheck' with connection arguments: '--port=3306' '-- socket=/var/run/mysqld/mysqld.sock' mysqlcheck: Error: Couldn't get table list for database test: Can't read dir of './test/' (errno: 13) mysql.columns_priv OK mysql.db OK mysql.event OK mysql.func OK mysql.general_log OK mysql.help_category OK mysql.help_keyword OK mysql.help_relation OK mysql.help_topic OK mysql.host OK mysql.ndb_binlog_index OK mysql.plugin OK mysql.proc OK mysql.procs_priv OK mysql.proxies_priv OK mysql.servers OK mysql.slow_log OK mysql.tables_priv OK mysql.time_zone OK mysql.time_zone_leap_second OK mysql.time_zone_name OK mysql.time_zone_transition OK mysql.time_zone_transition_type OK mysql.user OK Running 'mysql_fix_privilege_tables'... OK -- Andrea Scarpino Arch Linux Developer
participants (2)
-
Andrea Scarpino
-
Jan de Groot