How to import SQL file into a MSQL database
How to import SQL file into a MSQL database To import a .SQL file into a MYSQL database it's very simple, just pass this command: Suppose the .SQL file is in this windows directory: C:\wamp\www\php_web_services\db\fichier.sql Step 1: Open the MQSL command line Step 2: Select the database you want to import the .SQL file Step 3, do: source [PATHFile.sql] source C:\wamp\www\php_web_services\db\fichier.sql Step 4: ENTER to validate. There you go !!! Do you have problems with this training? Download the mobile application and speak with me directly so that I can help you. Click here to download: http://bit.ly/formation509