Я недавно установил Linux Mint, и я попытался установить phpmyadmin, но он получает ошибку, как
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
│ password: NO)
Я пытался удалить, используя следующие комменд
sudo aptitude purge phpmyadmin
Затем снова установлен с помощью
apt-get -y install phpmyadmin
Но все равно я получаю ошибку, как
Configuring phpmyadmin ├────────────────────────┐
│ │
│ An error occurred while installing the database:
│
│ ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
│ password: NO) . Your options are:
│ * abort - Causes the operation to fail; you will need to downgrade,
│ reinstall, reconfigure this package, or otherwise manually intervene
│ to continue using it. This will usually also impact your ability to
│ install other packages until the installation failure is resolved.
│ * retry - Prompts once more with all the configuration questions
│ (including ones you may have missed due to the debconf priority
│ setting) and makes another attempt at performing the operation.
│ * retry (skip questions) - Immediately attempts the operation again,
│ skipping all questions. This is normally useful only if you have
│ solved the underlying problem since the time the error occurred.
│
│ <Ok>
│ │
└───────────────────────────────────────────────────────
Пожалуйста, помогите мне. Любая помощь будет оценена.
Задача ещё не решена.
Других решений пока нет …