MySqlBackupNET/MySqlBackup.Net

After upgrading to 2.3.8, the prompt file does not exist

qcjxberin opened this issue · 2 comments

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

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