Thread
:
how to overwrite or delete peq database
View Single Post
#
2
01-11-2010, 08:26 PM
Vampire1212
Sarnak
Join Date: May 2009
Location: MI
Posts: 58
Use this following MYSQL code
Code:
drop database YOURDBNAME;
That will drop the entire database allowing you to source.
Vampire1212
View Public Profile
Send a private message to Vampire1212
Find all posts by Vampire1212