Log in

View Full Version : database clean/reset



afe
01-26-2008, 02:04 AM
Hello, I was wondering how I can clean up/reset a database. Thanks.

tech_support
01-28-2008, 02:06 AM
You could "empty" a database in phpMyAdmin.

thetestingsite
01-28-2008, 03:13 AM
um



DROP DATABASE `dbname`

afe
01-28-2008, 04:57 PM
Thanks. Something weird has happened to my website. My database's somehow all have been deleted for no reason. Can anyone tell me why?

Thanks.

thetestingsite
01-28-2008, 05:14 PM
Well, if you ran the above line that I posted, that would be a good reason. If they done it for no reason, check with your host.

afe
01-28-2008, 05:17 PM
Yes, I did not use the code you provided. I am getting these http://www.athletes4excellence.com/forum/ and http://www.athletes4excellence.com/gallery

Thanks.

thetestingsite
01-28-2008, 05:24 PM
According to the error message, the database is not gone/deleted, just experiencing too many connections. For this, you may want to talk to your host; or if you run the server yourself, restart the MySQL service.

Hope this helps.

afe
01-29-2008, 02:35 AM
Thanks!