Generally it's just sql.

The easiest way would be from a command line on the server.

mysql -p dbname < mydb.sql


Cheers, Mike



[EMAIL PROTECTED] wrote:
Hi,

I dumped an entire db (using phpMyAdmin, MySQL 4.0.18)

I have a file now:  mydb.sql
Again, this is the entire db.

Now I have recreated the db and all the tables, rows, etc.
All I need to do is to get the data (data only, db is built) that goes into those tables and rows from the file into the new db.


How?

Thank you very much.

Ted Rogers




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to