Question
MySQL SSH Tunnel on LAMP 1-Click
I can’t seem to tunnel into MySQL from a remote MySQL Client. I think the newer 1-Click LAMP has some changes to it.
I’m SSH'ing in correctly but getting a:
1698 - Access denied for user 'root'@'localhost'
I’ve changed /etc/mysql/mysql.conf.d/mysqld.cnf:
bind-address = ::
Restarted MySQL daemon.
I’m not sure what to do on-and-above that. I’ve gone through the guides I’ve found on here, but this seems way harder than it needs to be. Any help would be appreciated.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×