Connector/J configuration file (no replies)
I'm having some trouble which may be related to zero dates (see...
View ArticleJavax.servlet.servletexception: java.lang.classnotfoundexception:...
Hi, I'm facing below mentioned error while I'm accessing MySQL database communication from jsp and apache tomcat. Lastly we were using rhel 6.10 now we are going to upgrade rhel 8.2
View Articleerror while executing stored procedure from java code (no replies)
I am getting the below error message when the stored procedure is getting called from my java code. mysql server version: 5.6 jdbc connector: mysql-connector-java-5.1.16-bin.jar Error retreiving...
View ArticleConnection phase of mysql protocol, plugin authentication (no replies)
Hi all, I'm updating Finagle's custom client to use pluggable authentication when before we were using the native password authentication. I've read through the packet types...
View ArticleERROR 1045 (28000): Access denied for user 'MyUser'@'localhost' (using...
I am facing a issue very hard. I can do login by ubuntu terminal when I use "sudo mysql -u MyUser -p" but my application (<entry key='database.driver'>com.mysql.cj.jdbc.Driver</entry> ) I...
View ArticleMySQL Connector/J 8.0.23 has been released (no replies)
https://insidemysql.com/mysql-connector-j-8-0-23/
View ArticleMySQL Connector/J: Support for Date-Time Types in Connector/J 8.0 (no replies)
https://insidemysql.com/support-for-date-time-types-in-connector-j-8-0/
View ArticleError in Connection (1 reply)
Can anybody please assist. I am trying to connect mysql to google docs. Code is correct according to me. Im getting "Exception:You have an error in your sql syntax "
View ArticleERROR 1045 (28000): Access denied for user 'root'@'localhost' (using...
Hello, I can't login with command "mysql" on Ubuntu 18.04. I've checked the SSL(curl --verbose https://live.cardeasexml.com/ultradns.php) and got "SSL certificate verify ok". Than I've checked in...
View Articleinsert batch & execute performance (6 replies)
Hi, I have - a table about 100MB size - and try addBatch inserts around 1MB each time - "?rewriteBatchedStatements = true" is to login added - @@global.max_allowed_packet = 256000000 -...
View ArticleMySQL Connector/J 5.1: EOL (no replies)
MySQL Connector/J 5.1: EOL Users are encouraged to upgrade to MySQL Connector/J 8.0 series which provides the same features as Connector/J 5.1 and a lot more, including a brand new date/time handling...
View ArticleMySQL Connector/J 8.0.24 has been released (no replies)
https://insidemysql.com/mysql-connector-j-8-0-24/
View ArticleMySQL Connector/C++ 8.0.24 has been released (no replies)
https://insidemysql.com/mysql-connector-cpp-8-0-24/
View ArticleUnexpected error when calling stored procedure. (5 replies)
I'm calling a stored procedure using the Java xdevapi. It returns rows. The stored procedure itself seems to work correctly and I can call it and receive results when using the C++ version of...
View ArticleMySQL Connector/J 8.0.25 has been released (no replies)
https://insidemysql.com/mysql-connector-j-8-0-25/
View ArticleIssue with Config file when I open "Options File" (7 replies)
Error message reads : UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 4313: character maps to <undefined> I tried re-installing just for fun but something won't let me...
View Articlemysql database connection timeout problem (1 reply)
hello every one,I recently studied the server , and recently discovered that when the server is idle, it has exceeded the default 8 hours of connecting to the Mysql database. Will produce this error...
View ArticleConnecting to MySQL NDB Cluster (1 reply)
Hello Has anyone out here used java to make a connection to the MySQL NDB cluster? I can't get it to work (no errors, but I can't connect also) The settings which I am using are: 1. Database URL:...
View ArticleTransient errors (1 reply)
I am wondering what the best practices are with detecting transient errors, which can be retried, that are received from a MySQL server? I am currently using Quarkus/Java and I am trying to make the...
View ArticleNoClassDefFoundError!! (no replies)
NoClassDefFoundError!! Check your classpath! javax/security/auth/login/LoginException I got an error like this, I've tried to clean & build, restarted NetBeans, reinstalled NetBeans, created a new...
View Article