Top "Connector-net" questions

MySql Connector/NET is the open source ADO.

Authentication method 'mysql_old_password' not supported

Updated the mysql connector. Net to version 6.6.4 provider to integrate with visual studio 2012, but now when I try to configure …

mysql visual-studio-2012 connector-net
How to insert a very large number of records into a MySql database as fast as possible

I have a database table like below: create table temperature (id int unsigned not null auto_increment primary key, temperature …

.net mysql connector-net
How do multi rows insert with MySqlCommand and prepare statement?(#C)

Mysql give example how insert rows with prepare statement and .NET: http://dev.mysql.com/doc/refman/5.5/en/connector-net-programming-prepared.html …

c# mysql sqlcommand connector-net
Reference: MySql Connector/Net Authentication to host using method 'mysql_native_password' failed

I tried to figure out for a long time, what the following error message was about and why I could …

mysql mysql-connector connector-net