MySQL Basic Management
This guide will show you the basic MySQL command in adding database,users with password and also assign ownership/permission for a user to a database
First login to your mysql database via root :
2. Use below commands to create database and create user that have access to the databases
3. Finally to test, login as the new user and use command :
4. It is working if the output shows the new database.
Last updated
Was this helpful?