Re: [PHP] Restoring a Dump File With PHP

2001-07-08 Thread Chris Lambert - WhiteCrown Networks
tworks - More Than White Hats | > Web Application Security - www.whitecrown.net | > */ | > | > - Original Message - | > From: Chris Anderson <[EMAIL PROTECTED]> | > To: <[EMAIL PROTECTED]> | > Sent: Saturday, July 07, 2001 4:25 PM | > Subject: [PHP]

Re: [PHP] Restoring a Dump File With PHP

2001-07-07 Thread Chris Lambert - WhiteCrown Networks
<[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 07, 2001 4:25 PM Subject: [PHP] Restoring a Dump File With PHP 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:

Re: [PHP] Restoring a Dump File With PHP

2001-07-07 Thread Mark Charette
How does this _not_ work (as long as you supply the path to mysql, the username, and the password mark C. - Original Message - From: "Chris Anderson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 07, 2001 3:25 PM Subject: [PHP] Restoring a

[PHP] Restoring a Dump File With PHP

2001-07-07 Thread Chris Anderson
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 PH