添加了 MySQLDriverCS的引用  VS2010using MySQLDriverCS;
MySQLConnection conn =  new MySQLConnection( new MySQLConnectionString("localhost","test","root","1234").AsString );conn.Open();
错误信息:"MySQLDriverCS Error: can't connect.Can't connect to MySQL server on 'localhost' (10061)"请问各位这是怎么回事呀?如何解决?用phpmyadmin 可以正常登陆。