Before you can create a new MySQL database, you will need to set up a MySQL database account.
The easiest way to create a MySQL database is to use the phpMyAdmin tool. Learn how to install phpMyAdmin.
- Sign in to phpMyAdmin.
- You will be prompted for your database user name and password. Enter your user name and password now.
- Enter a name for your database into the "Create New Database" field. Please note that your database name may only contain numbers, letters, hyphens, and underscores. Be sure to make a note of the database name, which will be required when accessing your new database through custom scripts.
- Click "Create."
You should now see your new database listed in the pull-down menu on the left side of the page.