This comprehensive guide walks you through the process of creating a database using phpMyAdmin.
Quick Steps
Access your phpMyAdmin homepage.

Locate the phpMyAdmin homepage on your website. Typically, it's situated within specific directories depending on your server setup. Some common locations include: http://localhost:8888/phpMyAdmin/, http://localhost/phpmyadmin, and http://{your-ip-address}/phpmyadmin/.
Sign in to your account.

Input your login credentials to access.
Create a name for your fresh database.

Input the desired name for your new database in the 'Create a new database' field. For instance, 'my_new_database'.
Press 'Create.'

Your new database is now created. Feel free to modify your database as necessary.