Hello everyone,
so far I've been using Mysql connector with my C# code, to connect and work with data on a mysql server.
It is great for server's with version 3.22+
Now I've got to work with a mysql server 3.22 and guess what...I've got problems connecting to the server.
So I'm guessing the problem is in the server version.
My question goes : Did any of you used C# and Mysql 3.22 for database server? How/What did you use to connect to the database?
Any help appreciated.
so far I've been using Mysql connector with my C# code, to connect and work with data on a mysql server.
It is great for server's with version 3.22+
Now I've got to work with a mysql server 3.22 and guess what...I've got problems connecting to the server.
So I'm guessing the problem is in the server version.
My question goes : Did any of you used C# and Mysql 3.22 for database server? How/What did you use to connect to the database?
Any help appreciated.
Comment