View Full Version : Transferring Databases
EmuSharky
04-23-2002, 02:21 PM
Maybe its been done - Maybe it cant be done, but what I am inquiring about is how to transfer databases from one spot to another. I would like to transfer my EQ server to one of my comp's at work, and I want the work I've done to be saved. If anyone knows anything about doing this type of stuff, please reply.
Thanks.
-Sharky
Trumpcard
04-23-2002, 02:25 PM
mysqldump eq > filename.sql
Dumps it out into a textfile..
To reload it, just do this on the other database
mysql -f < filename.sql
EmuSharky
04-23-2002, 02:36 PM
In the mySQLfolder?
Sorry, gonna need n00b terms for that program. Dont know SQL very well :-(.
Thanks.
-Sharky
Trumpcard
04-23-2002, 02:57 PM
http://www.mysql.com/documentation/index.html
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.