mySQL

How to import .sql file in mySQL database?

There are 3 ways to importĀ  .sql database file in mySQL. 1) Import the .sql file from phpMyAdmin Import -> Browse for the .sql file and click on GO. If you are lucky your databae will be imported if not look for next 2 methods 2) Run the sql query from command prompt if you [...]