Parent Directory | Revision Log | Revision Graph
* Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme - Use mysql_upgrade --force due to upgrade to MySQL 5.1 [SME: 8166]
1 | diff -ruN e-smith-mysql-2.4.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/10fix_privilege_tables e-smith-mysql-2.4.0/root/etc/e-smith/templates/etc/e-smith/sql/init/10fix_privilege_tables |
2 | --- e-smith-mysql-2.4.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/10fix_privilege_tables 2014-02-02 12:07:07.000000000 -0800 |
3 | +++ e-smith-mysql-2.4.0/root/etc/e-smith/templates/etc/e-smith/sql/init/10fix_privilege_tables 2014-02-02 12:10:06.000000000 -0800 |
4 | @@ -1,5 +1,5 @@ |
5 | #!/bin/sh |
6 | -/usr/bin/mysql_upgrade |
7 | +/usr/bin/mysql_upgrade --force |
8 | |
9 | P=$(cat /var/run/mysqld/mysqld.pid) |
10 | /bin/rm /var/run/mysqld/mysqld.pid |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |