Janek
✅ Microsoft sql unable to connect. What I'm missing?
Hey!
Does anybody know what I'm missing as I'm trying to connect to mysql?
I get InvalidOperationExpection on SqlConnection.Open() function call. (
System.InvalidOperationException: 'Internal connection fatal error.
)
Here is the ConnectionString: Data Source = "127.0.0.1, 3307"; Initial Catalog = mysql_db; User ID = root; Password = root
Ip, port, db, username and password is correct as I was able to login as root use using MySQL Workbench software.
GetBuilder function:
GetConnection function
SendQuery function calls GetConnection after connection.Open is called which gives me the error.
49 replies