Odp: PhpMyAdmin w TP-Link WR1043ND
Przy mysqladmin taki komunikat jest też jak już wcześniej ustawiałeś hasło. Wtedy musisz je jawnie podać:
root@OpenWrt:~# mysqladmin -u root password admin123
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'
root@OpenWrt:~# mysqladmin -u root -padmin123 password admin1234
root@OpenWrt:~# mysql -uroot -padmin123
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
root@OpenWrt:~# mysql -uroot -padmin1234
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 7
Server version: 10.1.35-MariaDB Source distribution
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]>