Can't delete a MySQL database through web phpMyAdmin in denwer
I tried deleting a table like #mysql50#baza - the SQL query to delete it fails
DROP DATABASE `#mysql50#baza`;
#1008 - Can't drop database '#mysql50#'; database doesn't exist
What could be the reason for this?
It's possible that if you're using denwer, the name of your mysql database uses Cyrillic letters - and that's not good)))
check what folders you have on your machine - and accordingly what databases are in the path
c:WebServersusrlocalmysql-5.1data
Comments