diff --git a/databases/mysql.sh b/databases/mysql.sh index 7efa460..6022896 100644 --- a/databases/mysql.sh +++ b/databases/mysql.sh @@ -7,4 +7,4 @@ mysql -u username -p database_name < file.sql # Import d SHOW PROCESSLIST; # Show you any queries that are currently running or in the queue to run -GRANT ALL PRIVILEGES ON prospecwith.* TO 'power'@'localhost' WITH GRANT OPTION; # Grant all privileges on database +GRANT ALL PRIVILEGES ON prospectwith.* TO 'power'@'localhost' WITH GRANT OPTION; # Grant all privileges on database