Re: [PHP] Miguel...

2002-04-05 Thread Miguel Cruz
On Fri, 5 Apr 2002, Anthony Ritter wrote: > Now I have a .txt file of my sql statement. > >> As others have suggested, you can use phpmyadmin to import this file, or >> you can just pipe it into the mysql command-line tool on the server once >> you've created your database. Look inside the file

[PHP] Miguel...

2002-04-05 Thread Anthony Ritter
Miguel, Thanks for the reply. . > MySQL has a command-line tool called 'mysqldump' which will output a text > file containing all the table creates and inserts necessary to recreate > the database. O.K. Now I have a .txt file of my sql statement. ...