MySqlBackup.Net icon indicating copy to clipboard operation
MySqlBackup.Net copied to clipboard

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

Open mehmet-erdogdu opened this issue 3 years ago • 1 comments
trafficstars

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

mehmet-erdogdu avatar Aug 09 '22 11:08 mehmet-erdogdu

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

linekg avatar Aug 30 '22 09:08 linekg