Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想与 mysql 远程连接。我在本地主机中连接没有错误,但是当我想远程连接时出现此错误。
我授予权限并更改防火墙设置仍然不起作用
此错误编号显示:“超时已过期。” 那你怎么连接?你有公共IP还是在局域网上?如果不是,那是你的问题。你可以使用像hamachi这样的东西。
您确定您在尝试连接的远程主机上授予用户权限吗?
Grant ALL on *.* to 'user'@'remote_host' identified by 'password';
这将为用户提供带有密码的 remote_host 的所有权限。