PDA

View Full Version : [Desperate] - dropping tables..


Dean C
11-10-2002, 01:02 PM
Hi,

I have a database set up for my testboard and got too involved with the cookie side of hacking and now i can't log in

So i deleted all my files

Now i need to know a query to delete everything inside the database but not the database itself - and also i need to specify the name of the database because i have two databases running on the same server :)

Regards

- miSt

DrkFusion
11-10-2002, 01:37 PM
LMAO!

If you are able to run the CREATE DATABASE `whatever` query (test run the create daatabase query first) if it works, then do the DELETE DATABASE query, and jut create a new database

Dean C
11-10-2002, 03:33 PM
Yes but i dont have access to phpmyadmin therefore i can't assign passwords etc..

- miSt

DrkFusion
11-12-2002, 11:34 PM
I am sure there must be a query, this is something that is needed ;)

Erwin
11-13-2002, 12:37 AM
Read this:

http://www.mysql.com/doc/en/DELETE.html