我在x上运行了一个远程MySQL服务器。还有一个叫做abc的数据库。我可以做以下工作use abcmysql -h x.x.x.x -uroot --database=abcERROR 1044编辑:ssh in the boxGRANT ALL PRIVILEGES ON *.* TO 'root'@'%'
嗨,我正在开发和应用程序,我需要用IP地址连接到远程服务器上的MySQL数据库。***;Port=3306;Database=enview;Uid=myuser;Pwd=****" providerName="MySql.Data.MySqlClient"/>当我试图打开连接时Authentication to host '***.***.***.***' for user 'myuser' using method 'mysql<