Shared Mysql fix 3
This commit is contained in:
parent
9d7b4c7b28
commit
cdf412daf4
@ -92,7 +92,7 @@ spec:
|
||||
|
||||
echo -n "Applying $filename... "
|
||||
|
||||
if mysql -h"${MYSQL_HOST}" -P"${MYSQL_PORT}" -u"root" < "$sql_file" 2>/tmp/migration_error.log; then
|
||||
if mysql -h"${MYSQL_HOST}" -P"${MYSQL_PORT}" -u"${MYSQL_USER}" < "$sql_file" 2>/tmp/migration_error.log; then
|
||||
echo "✓ SUCCESS"
|
||||
SUCCESS=$((SUCCESS + 1))
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user