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
- Re: [PHP] Restoring a Dump File With P... Chris Anderson
- Re: [PHP] Restoring a Dump File W... Mark Charette
- Re: [PHP] Restoring a Dump File W... Chris Lambert - WhiteCrown Networks
- Re: [PHP] Restoring a Dump Fi... Chris Lambert - WhiteCrown Networks