So I have many tables, and when I click them, it shows an error.

I have tried to repair them, but nothing makes them disappear. What can I do to remove them?
Also, here is more info about my software:

So I have many tables, and when I click them, it shows an error.

I have tried to repair them, but nothing makes them disappear. What can I do to remove them?
Also, here is more info about my software:

Thanks. Your server responds it has a database named "igest". But when you try to use it, it says "unknown database". You likely have a stale, incomplete, or manually created datadir directory, e.g.:
/var/lib/mysql/igest/
but it does not contain a valid set of database/table files — or it is otherwise unreadable/incompatible with the running server.
MariaDB implements schemas as directories, and SHOW DATABASES can include directories "that do not correspond to actual databases." By contrast, USE igest must successfully resolve and open the schema; error 1049 means it could not do so.
Please login to leave a reply, or register at first.