-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mysql 端口映射遇到问题了 #7
Comments
应该是密码错误 |
密码是对的,我把域名和端口换了就能连上 |
我刚才自己试验了,通过navicat连接是没有问题的。 |
@cookier 去掉-D 也一样的错 但是用 ddns是可以连接的 |
他这个程序是没问题的,做的只是转发的操作。我不知道你说的ddns连接是什么意思,这里mysql的提示很明显,你查看下 |
@cookier 谢谢,我知道什么意思了 这个程序是通过localhost访问的数据库,而我以前是通过远程访问的,难怪提示localhost拒绝访问 |
已经连上了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ssh web都正常 MySQL 连接不知道为什么就变localhost了
mysql -u test -D aaa -h xxxxx.com -P 3381 -p
ERROR 1045 (28000): Access denied for user 'hztest'@'localhost' (using password: YES)
The text was updated successfully, but these errors were encountered: