Connection string in MariaDB 10.10

You are viewing an old version of this article. View the current version here.

I work with C# and have always used the mysql.data.dll dll to connect to the database. Until version 10.9 everything was fine, I could install my programs from clients using Mysql or MariaDB. With version 10.10 the connection to the database no longer works. I use this connection string: "Database=db;Data Source=localhost;User Id=id_name;Password=psw ;Port=3306;ConvertZeroDatetime=TRUE" In my.ini I added: sql_mode = "" old-fashion=

Thank you

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.