DEV Community

Cover image for Import mysql database in php.
1998rajdeo
1998rajdeo

Posted on

Import mysql database in php.

First of all open the xampp and start the services of mysql.

Secondly you just type the url 'http://localhost/phpmyadmin/.
Now type Database name as your database have, then goto SQL tab.
Then simply click on import file.
Choose the correct path of your file, then at last click on submit button.
Hope, It will help you.

Top comments (0)