May 28, 2001 #1 kant Programmer Apr 18, 2002 2 US I know, I'm a beginner, and I am lost! I've tried everything! Please help!
May 28, 2001 #2 K1BBQ Programmer May 28, 2001 27 US If you're inside MySQL, you can use the command DROP DATABASE foo; You must be running the command as root, or as the administrative user. From outside, you can run mysqladmin -p DROP foo Again, you'll have to have admin privileges. (foo being the name of your database.) Clear that you want to destroy it? No way to recover it once you drop. Upvote 0 Downvote
If you're inside MySQL, you can use the command DROP DATABASE foo; You must be running the command as root, or as the administrative user. From outside, you can run mysqladmin -p DROP foo Again, you'll have to have admin privileges. (foo being the name of your database.) Clear that you want to destroy it? No way to recover it once you drop.
May 28, 2001 Thread starter #3 kant Programmer Apr 18, 2002 2 US Thanks! I did it! Yay! Upvote 0 Downvote