View Single Post
  #5  
Old 06-04-2002, 10:16 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Quote:
Originally posted by Trumpcard
mysql -f eq2 < account.sql
mysql -f eq2 < char.sql
Otherwise it will stop because the tables are already there.


Also you can dump it in 1 command,
mysqldump eq account character_ > accounts.sql
then
mysql -f eq2 < accounts.sql

Same thing as what trumpcard posted, just a little shorter :p
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote