View Full Version : How would I move a server?
Dayhawk
12-06-2010, 06:04 AM
How would I go about moving a server from one computer to another through MYSQL?
Thank you.
Dayhawk
12-06-2010, 07:30 AM
Well, figured out how to transfer all the information like accounts, items, ect.. The only thing I haven't figured out is how to move over my Custom Zones with custom spawns.. Any ideas?
trevius
12-06-2010, 07:40 AM
If you run a GUI for your DB like Navicat Lite, you can right click your database name and Dump it to an SQL file all at once. Then, move that SQL Dump to your new server and source it in and everything should be moved all at once.
Dayhawk
12-06-2010, 07:53 AM
Will try that now trevius, thanks.
Huppy
12-11-2010, 07:26 PM
If you run a GUI for your DB like Navicat Lite, you can right click your database name and Dump it to an SQL file all at once. Then, move that SQL Dump to your new server and source it in and everything should be moved all at once.
Just curious, if one does a complete clean install on another computer,
, aside from using "release bots" during compile, when the sql dump is
sourced back in, does it still need the load_bots.sql sourced in as well ?
(assuming it was there in the first place, before the sql dump).
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.