View Single Post
  #6  
Old 04-23-2002, 07:30 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

If your doing this and want to use the same database name, you need to drop the old database and recreate it (after doing the mysqldump part

mysql> drop database eq;
mysql> create database eq;
Reply With Quote