If you get execption such as:java.lang.RuntimeException: java.lang.NullPointerException at com.mysql.jdbc.JDBC4Connection$1$1.run(JDBC4Connection.java:106) Caused by: java.lang.NullPointerException at com.mysql.jdbc.ConnectionImpl.abortInternal(ConnectionImpl.java:1240) ...
This is due to a bugged JDBC driver. Just use MariaDB client! it rocks, works with MySql and have better performances than MySql's native connector. MariaDb's client is provided by default in XStudio's packages.
0 Comments