mysql -u user -p pass -h remotehost
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 96
Server version: 5.1.36-community-log MySQL Community Server (GPL)
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysq
显然,我的主机提供商不支持其知识库中所说的远程MySQL使用,即使我购买了一个高级套餐
remote MySQL connections are disabled for security and performance reasons. You can only connect to MySQL from your PHP scripts hosted on our servers.
有没有办法让我做一个API,这样我就可以远程连接到我的MySQL?我需要使用我的主机帐户中的数据库作为我的Android应用程序的信息源。谢谢
需要帮助!我已经从我的ec2安装安全组设置中为mysql (入站和出站端口3306 )设置了远程权限,为mysql数据库中的用户设置了通配符特权(%),在我的/etc/ mysql /my.cnf文件中设置了bind-address=0.0.0.0,仍然无法从我的远程主机连接到mysql。
mysql 5.7版ubuntu 16.04服务器。
我正在尝试连接位于Google Cloud虚拟机上的Mysql数据库上的Google Data Studio,但遇到错误。错误码: f0631df4 我已经打开了mysql,在虚拟机和vpc防火墙中接受远程连接。 如果我尝试通过远程mysql工作台进行连接,则连接可以正常工作,但不能在Google Data Studio上工作。 有什么技巧可以做到这一点?