Задать вопрос
@TANK_IST

Unable to set password for the MySQL «root» user?

Не могу установить mysql, с начало хотел его переустановить, удалил все что связано с mysql и начал ставить заново, но при установке получал только:

131209 5:19:47 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
Configuring mysql-server-5.5
----------------------------

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.5/README.Debian file for more information.


Я уже думал что что то ему мешает и переустановил систему. Начал ставить lamp и получаю ту же ошибку.
Переустанавливать mysql решил из-за ошибки
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysql.sock' (2)
.
Как установить правильно? Раньше все спокойно получалось. Система Ubuntu 13.10
  • Вопрос задан
  • 5358 просмотров
Подписаться 2 Оценить Комментировать
Ответ пользователя Ilya Evseev К ответам на вопрос (5)
IlyaEvseev
@IlyaEvseev
Opensource geek
apt-get -y remove mysql-server
rm -rf /var/lib/mysql* /etc/mysql*
apt-get -y install mysql-server
Ответ написан