Click to See Complete Forum and Search --> : How to import SQL file format with php


slackman
09-27-2008, 09:49 AM
i has SQL file it's contain SQL Format and include data, how to impor to my database(restore database) to my local database,anyone show the sample source code for import database(assume you has username&password database and SQL data file)

NogDog
09-27-2008, 10:53 PM
I believe you can use MySQL's SOURCE command:

mysql_query("SOURCE path/to/sqlfile.sql");