docs(mysql): update grant commannd

This commit is contained in:
Julien Le Coupanec 2020-12-03 13:04:22 +01:00
parent 52e94ebc3c
commit 3201fb52f5
1 changed files with 1 additions and 1 deletions

View File

@ -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