Creating databases in phpMyAdmin

Posted:  May 14th, 2018

 

Databases can be created very easily. Once you have installed phpMyAdmin and established your database requirements, follow these steps to create it:

 

1) Go to your phpMyAdmin homepage and log in. Depending on your server setup, it can be found under one of these directories:

 

    > http://localhost:8888/phpMyAdmin/

 

    > http://localhost/phpmyadmin

 

    > http://your_ip_address/phpmyadmin/

 

2) Choose the 'Databases' tab. Name your database in the 'Create database' field and click 'Create'.

 

3) Confirm the database was created by locating it in the 'Databases' tab.

 

Related information: Restoring MySQL with phpMyAdmin