Not sure where it fails from your description.
Does it work when you ssh into the server and connect from the command line?
Is it when you try to connect from your local server using table plus it fails?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
forge+tableplus [i use ssh key] The connection is successful and it can work but local rejected robert@liuzhanfude-MBP blog % mysql -uroot -p Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
I would like to know how to do it on my local side. Thank you!
@o227786060@gmail.com I don't know that command so I can't really help with it. This one that I suggested earlier is just regular ssh but with a tunnel
ssh -fNL 3305:localhost:3306 [email protected]
It is the same as just (but without the tunnel)
ssh [email protected]
Please or to participate in this conversation.