这个mysql连接字符串有什么问题?

时间:2010-07-15 06:19:11

标签: asp.net mysql connection-string

我正在使用此连接字符串

<add name="connectionString" connectionString="server=10.1.1.16;user id=root;
password=lmslive; database=lmslive; pooling=false;" 
      providerName="MySql.Data.MySqlClient"/>

并且这个数据库lmslive位于我旁边的系统中,通过代理连接....我在该系统上执行了此查询,

  GRANT ALL PRIVILEGES ON lmslive.* TO 'lmslive'@'10.1.1.15'
    IDENTIFIED BY 'lmslive' WITH GRANT OPTION;

我收到了错误,

Access denied for user 'root'@'XAVY-PANDIYA' (using password: YES) ..有什么建议吗?我错过了什么?

1 个答案:

答案 0 :(得分:3)

user id=root替换为user id=lmslive中的connectionString