Import Mysql Database .sql File to Mysql

In this video I have shown how to import a MySql Database which is saved as .sql file. Download a Sample database here. aml.rar First create a new database with any name in which you want to import.Open the MySQL command line and execute the create database command. create database aml_copy; Now Open command prompt …

Continue reading