MySqlBackupNET / MySqlBackup.Net

A tool to backup and restore MySQL database in C#/VB.NET/ASP.NET.
The Unlicense
265 stars 106 forks source link

The given key '16706' was not present in the dictionary #90

Open mehmet-erdogdu opened 2 years ago

mehmet-erdogdu commented 2 years ago

System.Collections.Generic.KeyNotFoundException: 'The given key '16706' was not present in the dictionary.'

When i trying to export. Last days given error

mb.ExportToFile(file.FullName);

.NET SDK 6.0.302 MySQL 8.0.29

linekg commented 2 years ago

server=localhost;user=username;password=12345;database=DB_NAME;CharSet=utf8;default command timeout=1000;

I update Mysql.Data to 8.0.30 and use this connection string and work successfully