MySQL connection - jdbc - com.mysql.jdbc.Connection.isValid(I)Z - [SOLVED]

Answered

Hello,

since fe days I got problem with MySQL connection, it returns me some Java error: java.lang.AbstractMethodError: com.mysql.jdbc.Connection.isValid(I)Z. My current JDBC driver is 5.1.35. I've changed it to 5.1.39 and later to 6.0.4 but problem still occurs. Connection works properly, I see all tables etc. just during executing query like SELECT, INSERT etc. it returns taht error. Thanks in advance for all replies.

0
6 comments

5.1.35 comes by default. Have you tried to simply reinstall it from Data Sources and Drivers window?

0

It's exactly what I did, atm settings look like this:


I've tried to each combination od Driver file and Class. Weird thing is it was working all the time, there  was no PHP, PHPStorm upgrade, only thing could happen is background Java update. java -version outputs:

java version "1.8.0_66"
Java(TM) SE Runtime Environment (build 1.8.0_66-b18)
Java HotSpot(TM) 64-Bit Server VM (build 25.66-b18, mixed mode)

0

Please restart PhpStorm, try to reconnect and then send us the IDE log.
(Please don't paste it into the post body, use some file sharing service)

0

I did as you said: http://wklej.org/id/2869623/

I see last row is connecting to DB and is succesfull, I even see list of tables etc., just executing query returns error

 

0

It might be caused by using Oracle JDK.
Could you please download IntelliJ x64 JDK and use it instead of the Oracle one?

https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-selecting-the-jdk-version-the-ide-will-run-under

1

Change for OpenJDK 1.8.0_122 helped, thank you very much for help.

0

Please sign in to leave a comment.