[thelist] Moving a MySQL Database

Anthony Baratta Anthony at Baratta.com
Thu Feb 28 17:11:31 CST 2002


At 02:37 PM 2/28/2002, Chris Johnston wrote:

>Anyway, my question is this: How can I move the MySQl database off my
>computer to the server where the site will be hosted for a while. (That
>being my members.evolt.org website.) In particular I need to move the
>tables from within the database into my database at evolt.

Use the "mysqldump" command. It will create the table scripts and insert
statements for all your data. You can then use the "mysqlimport" command to
put the data into your other database.
--
Anthony Baratta
President
Keyboard Jockeys

"Conformity is the refuge of the unimaginative."




More information about the thelist mailing list