K
K
ksvdon2015-01-09 17:06:31
MySQL
ksvdon, 2015-01-09 17:06:31

The data from the MariaDB database has not been completely deleted. How to clean by hand?

I deleted the user via cpanel. And then they turned off the light ... The process was not completed. Now I do not see this user in the system and decided to create it again. In the process of creation, it gave me this thing:

Cannot load from mysql.proc. The table is probably corrupted...

I made such a thing mysql_upgrade -uroot - but it didn't seem to help... How do I manually delete a user from the database?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Ranwise, 2015-01-09
@Ranwise

is the base complete? could the base be corrupted

A
andreylartsev, 2015-02-02
@andreylartsev

You need to try to restore the proc table from the mysql database. https://mariadb.com/kb/en/mariadb/repair-table/
USE mysql;
REPAIR TABLE proc;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question