Re: “Arithmetic operation resulted in an overflow” error upon MySQLConnection.Open()
Posted by: Fernando Gonzalez
Date: December 13, 2012 08:13AM

Hi,

Yes, this is a known issue, due to Connector/NET 6.6 dropping support for old style password authentication.

The old style is broken, there are known attacks to crack it, that's why is no longer supported.

The workaround is to use a newer authentication like the one introduced in server version 4.1 (or any other auth supported by Connector/NET like Windows Authentication) for details see:

http://forums.mysql.com/read.php?38,575777,575938#msg-575938

Options: ReplyQuote


Subject
Written By
Posted
Re: “Arithmetic operation resulted in an overflow” error upon MySQLConnection.Open()
December 13, 2012 08:13AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.