Anonymous Asked in Cars &Transportation · 2 weeks ago

How do you grant permissions to a database?

Contents
Database-Specific Privileges To GRANT ALL privileges to a user , allowing that user full control over a specific database , use the following syntax: mysql> GRANT ALL PRIVILEGES ON database_name. * TO 'username'@'localhost';


Related Questions

Relevance
Write us your question, the answer will be received in 24 hours