Grant all privileges
Grants all privileges to
some_user
user on all
some_db
database tables
GRANT ALL PRIVILEGES ON some_db.* TO 'some_user'@'localhost';
by Valeri Tandilashvili
4 years ago
MySQL
GRANT
1
Pro tip: use ```triple backticks around text``` to write in code fences