1 |
diff -Nur smeserver-mysql57-2.0.0.old/root/etc/e-smith/events/actions/mysql57-load-tables smeserver-mysql57-2.0.0/root/etc/e-smith/events/actions/mysql57-load-tables |
2 |
--- smeserver-mysql57-2.0.0.old/root/etc/e-smith/events/actions/mysql57-load-tables 2019-11-21 20:20:35.867000000 -0500 |
3 |
+++ smeserver-mysql57-2.0.0/root/etc/e-smith/events/actions/mysql57-load-tables 2019-11-21 20:22:37.415000000 -0500 |
4 |
@@ -7,7 +7,7 @@ |
5 |
exit 0 |
6 |
fi |
7 |
/bin/rm -f /home/e-smith/db/mysql57/information_schema.dump |
8 |
-if [ ! -f /opt/rh/rh-mysql57/root/var/lib/mysql/user.frm ] |
9 |
+if [ ! -f /opt/rh/rh-mysql57/root/var/lib/mysql/mysql/user.frm ] |
10 |
then |
11 |
for db in $(ls /home/e-smith/db/mysql57/*.dump 2> /dev/null | grep -v '/mysql.dump') |
12 |
do |