Parent Directory | Revision Log | Revision Graph
* Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme - Use mysql_upgrade instead of fix_privilege_tables [SME: 7467]
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 2008-10-06 07:29:16.000000000 -0700 |
3 | +++ e-smith-mysql-2.4.0/root/etc/e-smith/templates/etc/e-smith/sql/init/10fix_privilege_tables 2013-03-16 20:36:35.000000000 -0700 |
4 | @@ -1,6 +1,6 @@ |
5 | #!/bin/sh |
6 | +/usr/bin/mysql_upgrade |
7 | |
8 | -/usr/bin/mysql -f mysql < /usr/share/mysql/mysql_fix_privilege_tables.sql |
9 | P=$(cat /var/run/mysqld/mysqld.pid) |
10 | /bin/rm /var/run/mysqld/mysqld.pid |
11 | kill -TERM $P |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |