Problem in connecting to MYSQL (3 replies)
I have problem in fixing the String URL for connecting to MYSQL and I need help in the syntax. MYSQL verion : 8.0.12 OS : Windows 10 Here's the error I am receiving : Caused by:...
View ArticleIncorrect string value: '\xAC\xED\x00\x05sr...' for column (7 replies)
I got this error which I need help to resovle. java.sql.SQLException: Incorrect string value: '\xAC\xED\x00\x05sr...' for column 'subjectName' at row 1 at...
View ArticleUse MySql Update Lock or Java Thread-Safe??? (3 replies)
PROBLEM STATEMENT: I have tables that can be read or updated by several different Java apps. *** During updating, my other apps must be able to generate reports from same tables using old data (a...
View ArticleHow do I set the timezone in MYSQL 8.0.12 or configure the JDBC driver?? (3...
I tried to test out the MYSQL Connection after a failed insertion of code, even though the code is correct cos it was inserted using the same exact method. Last time, I was using a lower MYSQL version...
View ArticleERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061) (3...
I hope someone can tell me how to resolve the above error. After I have added [mysqld] default-time-zone = 'UTC' in my.ini file in MYSQL 8.0 workbench, I am losing the connection on localhost. I am...
View ArticleDoes MYSQL 8.0.13 works with Eclipse IDE? (4 replies)
I would like to know if MYSQL 8 works with Eclipse IDE, specifically Eclipse Oxygen. Cos I have done some insertion and using the same old codes but the insertion is not successful, even though there...
View ArticleHow do I create my table to avoid...
I would like to know how should I create my table such that the below error will not occur ; java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '' for key 'PRIMARY' Currently, I have...
View ArticleAny recommendation for indepth JavaFX books ? (1 reply)
I need to render mySQL resultsets in graph using JavaFX. My sql and analytics work fine, just need a good book on how-to using JavaFX
View ArticleProblem with inserting IP Addresses into mySQL (2 replies)
I am creating an IPAddress Vault for my apps, each of which is asssigned to some specific piece of h/w. Ideally the range should be from 192.168.100.mmm all the way to 192.168.900.nnn So, this is a...
View ArticleNeed solution for MySQL Not connected problem (7 replies)
Actually I have trouble with MYSQL database. I am working in below mentioned working Enviroment. 1.CentOS Linux release 7.6.1810 (Core) 2.Tomcat 7 3.JAVA 1.8.0_191 - (openjdk version) 4.MySQL Databse...
View ArticleIncorrect string value: '\\xF0\\x9F\\x91\\x8F\\xF0\\x9F...' (5 replies)
After updating from MySQL Connector/J 5.1.47 to 8.0.13, my service is sporadically getting into a state where any attempts of inserting Unicode values gives errors along the lines of: Incorrect string...
View ArticleJDBC For MySQL 8/MySQL 8 Problem (2 replies)
I already migrated to: mysql Ver 8.0.13-commercial for Linux on x86_64 (MySQL Enterprise Server - Commercial) But right now I am encoutering a big problem when at first boot/server initialization, I...
View ArticleMySQL Connector/J 8.0.14 has been released (no replies)
MySQL Connector/J 8.0.14 has been released https://insidemysql.com/mysql-connector-j-8-0-14/
View ArticleNeed support for JDBC Teamplate (2 replies)
Dear team, I am developing web application Using Spring framework and MySQL 5.7.24 I need to implement Connection pooling ? By default , JDBC Template have the connection pooling , therefore Shall I...
View ArticleNeed support for MySQL disconnected automatically (4 replies)
Dear team, I am using the MysqL version 5.7.25 and CENT OS and Tomcat 7 for My java Web Application. I installed the Mysql and tomcat 7 in the Same Linux PC (CentOS). When running application , MySQL...
View ArticleMySQL Error Number (1 reply)
Can someone remind me how to get the MySQL error number from a Java program? I'm using MySQL Connector 8.0.16 and am getting an SQLState of 08S01 and an SQLCode of 0. Many things can cause 08S01 so I...
View Article5.1.47-bin.jar behaves like STRICT_ALL_TABLES mode is in effect. (no replies)
My java application used to use mysql-connector-java-3.1.10-bin.jar to connect to a mysql server version 5.0.77 and when inserting a record with a field that has longer data than can fit in the column...
View ArticleMySQL 8.0.17: Connector/J released (no replies)
https://insidemysql.com/mysql-connector-j-8-0-17-has-been-released/
View ArticleUpgrading to Connector/J 8.0 (no replies)
Hello, Okay I have been working on this project and I am new to the whole Java and JDBC connection. We were running V7r2 on the Iseries and JDBC connection and the driver...
View Articlejava.sql.SQLException: The server time zone value 'EDT' (no replies)
HI there, I tried to connect to MySQL but it failed. I got this error "java.sql.SQLException: The server time zone value 'EDT' is unrecognized or represents more than one time zone. You must configure...
View Article