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

After upgrading to 2.3.8, the prompt file does not exist #99

Closed
qcjxberin opened this issue Mar 8, 2023 · 2 comments
Closed

After upgrading to 2.3.8, the prompt file does not exist #99

qcjxberin opened this issue Mar 8, 2023 · 2 comments

Comments

@qcjxberin
Copy link

image

@adriancs2
Copy link
Member

adriancs2 commented Mar 8, 2023

It might caused by compilation failure. The connector with MySqlData is using MySql.Data 8.0.32 which might has some issues in some specific situation. (MySqlBackup.NET depands on MySql.Data).

I can think of 2 solutions:

Solution 1: use MySqlBackup.NET with MySqlConnector
https://www.nuget.org/packages/MySqlBackup.NET.MySqlConnector/
MySqlConnector is more stable than MySql.Data.

uninstall the package of "MySqlBackup.NET"
install the package of "MySqlBackup.NET.MySqlConnector"

Solution 2: Downgrade MySqlBackup.NET to version 2.3.7
Here's the guide:
https://stackoverflow.com/questions/10206090/how-can-i-install-an-older-version-of-a-package-via-nuget

@qcjxberin
Copy link
Author

qcjxberin commented Mar 8, 2023

Ok,Thanks,I Will Use MySqlBackup.NET.MySqlConnector/

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

2 participants