Рекомендую - скидка 25%

Баннер

Поиск по сайту

Добавить в закладки!

odnaknopka.ru/kolyan.cz

How to Reset a MySQL Password PDF Печать Email
Статьи - Unix

Используя эту инструкцию вы сможете восстановить пароль mysql то есть сделать mysql password recovery

  1. Stop the mysqld daemon process.
  2. Start the mysqld daemon process with the –skip-grant-tables option.
  3. Start the mysql client with the -u root option.
  4. Execute the UPDATE mysql.user SET Password=PASSWORD(’password’) WHERE User=’root’;
  5. Execute the FLUSH PRIVILEGES; command.
 
Документация @ Ihtiandr.Info