Hallo!
Das passiert mir mit allen vorhandenen Datenbanken,
auch wenn ich als root "mysql" öffne. (Als user genauso)
Bitte helfen - Danke!
mysql> SHOW DATABASES LIKE '%ont%';
+------------------+
| Database (%ont%) |
+------------------+
| contacts |
+------------------+
1 row in set (0.00 sec)
mysql>
mysql>
mysql> DROP DATABASE contacts
;
ERROR 1008: Can't drop database 'contacts'. Database doesn't exist
mysql>
Mfg.
Tom