adriancs
adriancs
Hi, @Linwenqiang-git . I have released another version that supports `MySqlConnector`. You can download it at: https://github.com/MySqlBackupNET/MySqlBackup.Net/releases
A nuget build is also released for MySqlConnector, you can check it out at https://www.nuget.org/packages/MySqlBackup.NET.MySqlConnector/ or install via: PM> Install-Package MySqlBackup.NET.MySqlConnector or search `MySqlBackup.NET.MySqlConnector` for nuget installation at Visual Studio
@zhanshenbangde You can try this: https://www.nuget.org/packages/MySqlBackup.NET.MysqlConnector/
MySQL WorkBench export the BLOB in binary format. MySqlBackup.NET export the BLOB in hexadecimal format. Both will work. I haven't implemented exporting BLOB in binary format in MySqlBackup.NET. I will...
Hello, I'm currently in process of resolving this problem. However, I get stuck. You may join the discussion here: https://github.com/MySqlBackupNET/MySqlBackup.Net/issues/47
You can wrap the function inside another Async method. or you can also execute MySqlBackup.NET inside a Backgroudworker component. See: https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.backgroundworker?view=net-6.0
I'm changing AppendLine to Append. thanks for sharing this info.
Hi, new version of nuget is released
Hi, @DennisRodriguez , thanks for the information provided. I will look into this issue in few days and I'll try to come out with a solution. thanks again.
I will definitely look into this