mysql remote databasse

  1. N

    Connect to remote MySQL database

    My connection string as follows. conn.ConnectionString = "Server=192.248.***.***; Port=3306; User id=admin; password=***; Database=abc; Connect Timeout=60;"But it returns error: "PassbookPrinter.vshost.exe Error:0:Unable to connect to any of the specified MySQL hosts. A first chance exception...
Back
Top