Thread
:
How do I update my DB without wiping server?
View Single Post
#
6
04-23-2002, 07:30 AM
Lurker_005
Demi-God
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
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;
Lurker_005
View Public Profile
Send a private message to Lurker_005
Find all posts by Lurker_005