I am trying to connect to Mysql database through vb.net However I run into the error:
Unable to connect to any of the specified MySQL hosts
Try with this ConnectionString:
ConnectionString
MysqlConn.ConnectionString = "Server=localhost;Database=My_Mysql_Database;Uid=root;Pwd=root;"