I created a MySQL dump file (.sql) and I wanted to use it to restore my database. 
Unfortunately the manual (MySQL) only shows the command line method:
        mysql database < file.sql
I tried this in PHP and it didn't work. Does anyone know how to load the .sql file 
into the database through PHP? Thanks

Reply via email to