To get the database, the quickest way is to export it
- Open phpMyAdmin. If you are using XAMPP, click in the MySQL admin button
-
Click in the database you want to export.
-
Click on the Export tab at the top.
- Keep the default settings and click "Export".
You can open it with something like Notepad++ and see the SQL file used to generate the database
You can only import .sql files or compressed files (.sql.zip) containing SQL dump files.
Since you've generated one before you can create a database with the name you want (for example, fertilitycare2)
once created, click on the Import tab at the top.
then click the import button in the bottom of that form






