Visual Studio project
Hello, We have a project on Visual Studio 2013 Net Framework 4.8 and MySQL Connector 8.3. The application works without a problem with MariaDB 11 on localhost(Windows 11 PC), but we could not get it to work on a Linux server MariaDB 10.11.2 at all. We changed connectors,character sets - It connects to the database but gives an error on every command (SELECT,INSERT .....) Where could be the problem?
Regards Dimitar
Answer Answered by Vladislav Vaintroub in this comment.
The problem could be there https://jira.mariadb.org/browse/MDEV-31608
However, the description you give is very vague. If you changes connectors, maybe you should try this one https://mysqlconnector.net/ , instead of Oracle/MySQL. Except being tested regularly with MariaDB , it is also ADO .NET Driver of higher quality.