首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

Unable to connect to any of the specified MySQL hosts为什么连不上mysql?该如何解决

2012-06-07 
Unable to connect to any of the specified MySQL hosts为什么连不上mysql?add nameMySql connection

Unable to connect to any of the specified MySQL hosts为什么连不上mysql?
<add name="MySql" connectionString="server=127.0.0.1:8080;user=root;password=123456;database=school)"/>

[解决办法]
可能是连接字符串的问题,试试这个链接字符串,我用过的 有效 呵呵

<add key="MySqlString" value="server=localhost;port=3306;user id=userid;password=123456;database=dbname;CharSet=utf8;Allow Zero Datetime=true"/>

热点排行