Search results

  1. T

    Unable to connect to any of the specified MySQL hosts

    Sorry, typing error, the code is correct on the page: "server=localhost;Database=tbc_database;userid=tbc_user;password=xxxxx;pooling=false" So is it possible to connect to MySql from .Net for free? Edit: Still not working. Is it something to do with MySql.Data.dll ? I've copied it into...
  2. T

    Unable to connect to any of the specified MySQL hosts

    Can anyone help please. I use the following .net code to connect to MySql database using MySql.Data.MySqlClient; MySqlConnection Conn = new MySqlConnection("server=localhost;Database=tbc_database;userid=tbc_user;password=xxxxxx;pooling=false"); Conn.Open()...
Top