How to connect to MySQL Database?

后端 未结 6 1078
孤街浪徒
孤街浪徒 2020-11-22 11:36

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

6条回答
  •  时光取名叫无心
    2020-11-22 12:10

    Another library to consider is MySqlConnector, https://mysqlconnector.net/. Mysql.Data is under a GPL license, whereas MySqlConnector is MIT.

提交回复
热议问题