petlof / liveresults

EmmaClient is a client-server system for publishing liveresults from Orienteering events. It have been used on many major events such as JWOC, WOC, EOC,..
http://liveresultat.orientering.se
GNU Lesser General Public License v3.0
40 stars 24 forks source link

Updated MySql connector #61

Open JonoJensen opened 6 months ago

JonoJensen commented 6 months ago

Changed from MySql.Data.MySqlClient to MySqlConnector to work with MariaDB 10.5.

The old connector MySql.Data.MySqlClient works with MariaDB 10.3 but not MariaDB 10.5. The updated connector MySqlConnector has been verified to work with MariaDB 10.3 and MariaDB 10.5. No other verification has been performed.

/Jon Jensen