- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的连接字符串设置为
<add name="myconn" connectionString="server=192.X.Y.Z;user id=myusername;persistsecurityinfo=False;database=mydatabasehere;port=3306;Password=mypassword;" providerName="MySql.Data.MySqlClient" />
然后出现此错误:
An exception of type 'MySql.Data.MySqlClient.MySqlException' occurred in MySql.Data.dll but was not handled in user code
Additional information: Authentication to host '192.X.Y.Z' for user 'myusername' using method 'mysql_native_password' failed with message: Access denied for user 'myusername'@'crlspr-myipaddresshere.myacc.net' (using password: NO)
这个异常会带来什么问题呢?我的连接似乎没问题,因为我刚刚在 MySQL Workbench 以及 Visual Studio * Server Explorer
中进行了测试为什么获取我的 IP 地址时出现错误消息“myusername”@“crlspr-myipaddresshere.myacc.net”?也许是防火墙问题。
最佳答案
因为我的问题是数据库连接字符串,我不确定是哪一个 @Raptoy suggestion是否有效,然后我去了 MySQL 网站并获取了他们的示例之一 4.14.2 Usage: Creating A New MVC Web Application向导生成的连接字符串终于起作用了:
<add name="myconn" connectionString="server=192.X.Y.Z;user id=myusername;password=mypassword;persistsecurityinfo=True;database=mydatabasehere" providerName="MySql.Data.MySqlClient" />
您会注意到连接字符串包含:
关于c# - 使用 ASP.NET Entity Framework 连接到 MySQL 数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28425325/
我正在开发一个 voip 调用应用程序。我需要做的是在接到来电时将 Activity 带到前台。我在应用程序中使用 Twilio,并在收到推送消息时开始调用。 问题是我试图在接到任何电话时显示 Act
我是一名优秀的程序员,十分优秀!