Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
toby11 opened this issue Mar 21, 2021 · 3 comments
Open

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

toby11 opened this issue Mar 21, 2021 · 3 comments

Comments

@toby11
Copy link

toby11 commented Mar 21, 2021

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
Copy link

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
Copy link
Author

toby11 commented Apr 13, 2021

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
Copy link

The latest version of Mysql.Data is already supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants