I\'m very new to C# programming but would like to be able to access MySQL Databases (do not have the money for MS SQL)
However I have one question; I know you are re
Another library to consider is MySqlConnector, https://mysqlconnector.net/. Mysql.Data is under a GPL license, whereas MySqlConnector is MIT.