嗨,我正在开发和应用程序,我需要用IP地址连接到远程服务器上的MySQL数据库。***;Port=3306;Database=enview;Uid=myuser;Pwd=****" providerName="MySql.Data.MySqlClient"/>当我试图打开连接时Authentication to host '***.***.***.***' for user 'myuser' using method '<
据我所知,我们可以创建以下用户:
'Test01'@'localhost‘(这意味着Test01只能从localhost)'Test01'@'192.168.0.150’访问MYSQL (这意味着Test01只能从内部网络访问MYSQL,客户端拥有192.168.0.150 IP address)'Test01'@'%‘(即所有IP都可以访问))。我想要实现的是允许Test01从<
我在visual studio 2010中使用MySQL connector for .NET。porbarco_base;uid=****;pwd=****;CharSet=utf8;
但我无法连接到数据库并给出错误:Unable to connect to any of the specified MySQL