Skip to content

Commit

Permalink
docs(mysql): update grant commannd
Browse files Browse the repository at this point in the history
  • Loading branch information
LeCoupa committed Dec 3, 2020
1 parent 52e94eb commit 3201fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databases/mysql.sh
Expand Up @@ -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

0 comments on commit 3201fb5

Please sign in to comment.