【问题标题】:Error of mysql connectivity with via .net connector on system startmysql 在系统启动时通过 .net 连接器连接错误
【发布时间】:2016-01-27 20:10:39
【问题描述】:

我收到以下错误

MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts. ---> System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 111.22.3.44:3306
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at MySql.Data.Common.MyNetworkStream.CreateSocketStream(MySqlConnectionStringBuilder settings, IPAddress ip, Boolean unix)
   at MySql.Data.Common.MyNetworkStream.CreateStream(MySqlConnectionStringBuilder settings, Boolean unix)
   at MySql.Data.Common.StreamCreator.GetTcpStream(MySqlConnectionStringBuilder settings)
   at MySql.Data.MySqlClient.NativeDriver.Open()
   at MySql.Data.MySqlClient.NativeDriver.Open()
   at MySql.Data.MySqlClient.Driver.Open()
   at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
   at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection()
   at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
   at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
   at MySql.Data.MySqlClient.MySqlPool.GetConnection()
   at MySql.Data.MySqlClient.MySqlConnection.Open()
   at CC.DataAccess.ConnectionManager.GetConnection()

我的数据库服务器在 Centos 上,版本为 5.6.25 我正在使用 .net 4.5 和 mysqlconnecot 6.9.7。有没有其他人遇到过这个问题

【问题讨论】:

    标签: c# mysql linux mysql-connector


    【解决方案1】:

    你的代码兄弟在哪里?你能把你的示例代码贴在这里吗?

    你可能会得到一些提示:

    Unable to connect to MySQL database from ASP.NET

    Unable to connect to any of the specified mysql hosts. C# MySQL

    【讨论】:

    • 他们没有用。那里的连接器似乎有问题
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-10-09
    • 2012-08-15
    • 1970-01-01
    • 2012-04-03
    • 2011-06-19
    • 2016-12-04
    相关资源
    最近更新 更多