Incorrect database name
Hi
I'm getting the following error message each time I try mysqlcheck --all-databases --analyze comand
and checking in mysql:
It doesn't look like a real database but I can't get rid of it
Any idea how to delete that "database" and how got created in first place? Server is CentOS 7 / cPanel 11.58.0 (build 32) / Cloudlinux / Mariadb 10.1.18 Thank you
mysqlcheck: Got error: 1102: Incorrect database name '#mysql50#.cpanel' when selecting the databaseand checking in mysql:
MariaDB [(none)]> show databases;
+-----------------------------+
| Database |
+-----------------------------+
| #mysql50#.cpanel It doesn't look like a real database but I can't get rid of it
MariaDB [(none)]> drop database `#mysql50#.cpanel`;
ERROR 1102 (42000): Incorrect database name '#mysql50#.cpanelAny idea how to delete that "database" and how got created in first place? Server is CentOS 7 / cPanel 11.58.0 (build 32) / Cloudlinux / Mariadb 10.1.18 Thank you
-
It was a hidden .cpanel dir in /var/lib/mysql Deleting the hidden forlder fix my issue 0 -
It was a hidden .cpanel dir in /var/lib/mysql Deleting the hidden forlder fix my issue
Hello, I'm happy to see you were able to address the issue. Thank you for updating us with the outcome.0
Please sign in to leave a comment.
Comments
2 comments