mysql command
Use mysql command to manage database.
Create new mysql database and new user
There are two ways to create a new database in mysql. You can use mysql command if you have access to the command line or you can use graphical user interface tools. Here are examples on how to create a new database in mysql using command line and gui tools:
Create a new database using mysql command
1) Login into mysql as root.
