S
S
Sergey Burduzha2018-08-21 10:36:50
linux
Sergey Burduzha, 2018-08-21 10:36:50

How to solve "Renaming removed key_buffer and myisam-recover options (if present)" hangs?

Decided to reinstall mysql.
Did the following

sudo service mysql stop

apt-get purge mysql-server
apt-get purge mysql-client
apt-get purge mysql-common
apt-get autoremove
apt-get autoclean 

rm -rf /etc/mysql 

find / -iname ‘mysql*’ -exec rm -rf {} \;

After doing this, this error appeared.
[email protected] ~/Рабочий стол $ sudo dpkg --configure -a
Настраивается пакет mysql-server-5.7 (5.7.23-0ubuntu0.16.04.1) …
Renaming removed key_buffer and myisam-recover options (if present)

Hangs and everything.
Rebooted but doesn't help.
I just forgot to make a backup, so I don’t want to reinstall.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Saiputdin Omarov, 2018-08-21
@serii81

apt-get update is not needed before?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question