We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d3f61 commit c7ea75cCopy full SHA for c7ea75c
1 file changed
func/db.sh
@@ -537,7 +537,7 @@ suspend_pgsql_database() {
537
# Unsuspend MySQL database
538
unsuspend_mysql_database() {
539
mysql_connect $HOST
540
- query="GRANT ALL ON \`$database\`.* FROM \`$DBUSER\`@\`%\`"
+ query="GRANT ALL ON \`$database\`.* TO \`$DBUSER\`@\`%\`"
541
mysql_query "$query" > /dev/null
542
query="GRANT ALL ON \`$database\`.* TO \`$DBUSER\`@localhost"
543
0 commit comments