Icheb said:For later references:
- Login to ssh with root (or su to root)
- cat /usr/local/directadmin/conf/mysql.conf
- mysql -u da_admin -p
- type in the password that got listed when typing cat
- enter at mysql prompt: drop database test;<enter>
- Enter: \q<enter>
- done (note, you'll have to repeat on upgrading to other mysql version)
[/list=a]
drop database test[b];[/b]
jmstacey said:How are you upgrading your MySQL installation, and what operating system? At least for me on Debian and FreeBSD this doesn't occur.
jmstacey said:That would most likely be the cause.
I assume it preserves your mysql data and you don't have to make any modifications after installing?