Create new user in MySQL and give it full access to one database
Asked 07 September, 2021
Viewed 2.9K times
  • 60
Votes

I want to create a new user in MySQL and give it full access only to one database, say dbTest, that I create with a command like create database dbTest;. What would be the MySQL commands to do that?

8 Answer