Anonymous Asked in Cars &Transportation · 2 weeks ago

How do I grant a user in MySQL?

Contents
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