1 |
wellsi |
1.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 |