ariacom / Seal-Report

Database Reporting Tool and Tasks (.Net)
https://sealreport.org
Other
1.43k stars 466 forks source link

MySQL Support when running on linux using .NET Core distribution. #51

Open toby11 opened 3 years ago

toby11 commented 3 years ago

I have reporting working well on my dev machine using the mysql odbc drivers however how would that be done when running on .net core in linux connecting to a local mysql database?

or is that not possible?

computamike commented 3 years ago

That should be possible - I've not seen Seal-Report yet - but I have written ASP.NET sites, that used MySQL as a store. Both as a local DB, and using MySQL Hosted on AWS.

I might have a go at this myself - because this is a usecase that I am interested in.

toby11 commented 3 years ago

yes its more complicated because seal reports requires an ODBC database driver for MySQL rather than using the native .net core Mysql.Data connector.

so the issue seems to be how to install odbc drivers in linux.

zhoujunhe commented 2 years ago

The latest version of Mysql.Data is already supported