Web Hosting Talk







View Full Version : killing old mysql entries


miami_g
05-16-2002, 02:14 PM
does anybody know how to get rid of the old and nonexistent mysql db entries in whm?

cpanel.net is no help

thankyou

ffeingol
05-16-2002, 02:21 PM
I'm not sure how to do it in whm, but if you just want to get rid of databases, you can use phpmyadmin to drop them or from a shell command:

mysqladmin -u root -p drop database-name

Frank