Comments - About MariaDB Connector/J

9 years, 1 month ago Vladislav Vaintroub

That driver was not tested with server version 4.0 (nor 4.1 nor 5.0) an is not likely to work with any server version for which lifecycle support ended . MySQL Sever 4.0 is out of support maybe for 7 or 8 years something like that.

 
9 years, 1 month ago Azzouz Nezar

Thank you for commenting. Yes I had MSQL Server 4.0 running for at least 12 yrs on an XP-machine, and few years before that on a Window 2000. I will download a newer version to continue development on my application. I have a question about the MariaDB Client. When I run my application, I see that MariaDB client that I put in my Java JRE directory already loaded. It does not happen with MySQL driver that I have been using. So the question is: does MariaDB clients have a feature that Java recognizes and loads the Client automatically?

 
9 years, 1 month ago Vladislav Vaintroub

Yes, autoregistration is part of JDBC 4.0, which came wiith Java 6 , in 2006 The connector/j driver you are using is probably quite old if it does not have this feature.

 
9 years, 1 month ago Azzouz Nezar

The exception I have is "java.nio.BufferUnderflowException"

 
9 years, 1 month ago Vladislav Vaintroub

Yeah, in the long past the packet server sent was on new connection was shorter according. So underflow exception can be explained.

 
9 years, 1 month ago Azzouz Nezar

Thank you.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.