Не могу (пере) установить MySQL 5.6
У меня следующая проблема: я хочу установить MySQL снова (я удалил файл ibdata, поэтому я был вынужден установить его снова). Я должен удалить MySQL с помощью apt-get purge mysql-server mysql-common. Затем я использовал apt-get install mysql-server, чтобы установить его снова.
Установка идет в начале нормально, но потом я получаю ошибку. После ввода пароля MySQL в этом синем окне терминала я получаю сообщение об ошибке.
Это также синий диалог. Вот ошибка:
Package configuration
┌─────────────────────┤ Configuring mysql-server-5.6 ├──────────────────────┐
│ │
│ Unable to set password for the MySQL "root" user │
│ │
│ An error occurred while setting the password for the MySQL │
│ administrative user. This may have happened because the account already │
│ has a password, or because of a communication problem with the MySQL │
│ server. │
│ │
│ You should check the account's password after the package installation. │
│ │
│ Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for │
│ more information. │
│ │
│ <Ok> │
│ │
└───────────────────────────────────────────────────────────────────────────┘
Но дело не только в ошибке. Есть обе ошибки. Эта ошибка возникает, когда сервер MySQL пытается запустить. MySQL не может запуститься, я получаю эту ошибку:
[....] Starting MySQL database server: mysqldNo directory, logging in with HOME=/
[FAIL. . . . . . . . . . . . . . . . . . . . . . . . . . . . failed!
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.6 (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
mysql-server depends on mysql-server-5.6; however:
Package mysql-server-5.6 is not configured yet.
dpkg: error processing mysql-server (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mysql-server-5.6
mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
Кто-нибудь может мне помочь? Я в отчаянии:(
Спасибо!