ConnectorJ doesn't switch to new master (MySQL Fabric) (no replies)
We've got a problem with the java fabric connector... When the fabric node switches to a new master (failover), the java connector does not switch to the new master... Only when we restart the client...
View ArticleMySQL Statement executeBatch - batchedGeneratedKeys Field (no replies)
I am using MySQL 5.6 with Spring-mybatis. for one of my module we are using batch processing. But in case of batch insert autogenerated ids are not obtained. I have just check the source code of...
View ArticleMySQL Statement executeBatch - batchedGeneratedKeys Field (1 reply)
I am using MySQL 5.6 with Spring-mybatis. for one of my module we are using batch processing. But in case of batch insert autogenerated ids are not obtained. I have just check the source code of...
View ArticleMysqlconnector/J for PXC cluster (3 replies)
I have three Mysql 5.6.22 nodes in a PXC setup. I have configured mysqlconnector/J 5.1.38 for automatic fail-over in Jboss servers. The only problem I see is with fallbacks. The requirement is to not...
View ArticleSystem time and MySQL CURRENT_TIMESTAMP (1 reply)
Environment : MySQL 5.7 on Redhat6.5, Spring 4.2 + Hibernate, Java 8 Table job has a scheduled_start_time column in TIMESTAMP type. In Java, the Job class has scheduledStartTime attribute in...
View ArticleMySQL Connector/J: X DevAPI Reference (no replies)
MySQL Connector/J: X DevAPI Reference Docs: - http://dev.mysql.com/doc/dev/connector-j/ - http://dev.mysql.com/doc/x-devapi-userguide/en/ Blogs: -
View ArticleCommunication Link Failure (1 reply)
org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException:...
View ArticleWhy is rollback not working? (using InnoDB) (no replies)
In MySQL Workbench I created a model with a few tables and use forward engineer to generate the SQL code to create the database. The Table Inspector of the MySQL Workbench confirms that InnoDB engine...
View ArticleCan a commiit complete of server but not on JDBC client? (1 reply)
Maybe this is a simple question... When I have a client machine that is mobile, and is conducting a transaction (containing two statements) to the server, and using JDBC for the connection, Can a...
View ArticleAfter some Idle time Mysql Database losing connection with Application (no...
Hi, I'm deployed one Java application in Windows environment using MYSQL 5.6 Version. After some idle time (i hope it is 28800sec) application losing connection with database. It means, I got to know...
View ArticleWhich JDBC version for Windows 7? (1 reply)
Hi, I am new to mySQL I am running Eclipse and Android Studio on Windows 7 Prof. I am trying to access mySQL on a remote server running Ubuntu. What versions of JDBC do I need?
View ArticleConnect to Remote MySQL Host from Windows 7 (1 reply)
Hi. I am trying to access a MySQL database on a remote Ubuntu host from my local laptop running Eclipse on Windows 7. I have loaded mysql-connector-java-5.1.38-bin.jar from Oracle-MySQL My little Java...
View ArticleConnect to MySQL: PacketTooGBigException (8 replies)
Hi. I am trying to connect to MySQL database using shared-hosting host on a Ubuntu machine I got an error message which doesn't make much sense to me: MySQL JDBC Driver registered Connection to mysql...
View ArticleJDBC Connector for Android ? (1 reply)
Hi. The JDBC connector works well for Eclipse Mars running Java 1.7 But it seems NOT to work when I load it into Android Studio 1.5 Is there a special version of the Connector/J for Android ? If so,...
View Articlemajor CPU spike on client side (1 reply)
I have a production application running JBoss application server 4.2.3 on Linux. The application uses Hibernate against MySQL server hosted on the same machine. On occasions, we experience a spike in...
View ArticleWill Next Major Release of MySQL Understand Java? (no replies)
If so how far off are we ?
View ArticleI. HELP: Access Remote MySQL Server Using Connector/J (2 replies)
Hi. I have been trying to access from Android Studio 1.5.1 a remote MySQL server version 5.5.45-cll-lve, using MySQL Connector/J mysql-connector-java-5.1.38-bin.jar, but first, I'll have to make sure...
View ArticleInserting emojis in MySql 5.6 DB using 5.1.32 connector (2 replies)
I am using mysql connector 5.1.32 jar to connect to DB through Jetty based dropwizard service. We want to support emojis in our tables and as such have been able to use the utf8mb4 encoding required...
View ArticleError when trying to use the parameter value "Emeritus" (1 reply)
I am using mysql with BIRT with JDBC connection. Database encoding is utf-8 When I try to call a stored procedure with parameter value "Emeritus" it fails....
View Article