View Single Post
  #5  
Old 12-11-2010, 07:26 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

Quote:
Originally Posted by trevius View Post
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).
Reply With Quote