Does not connect to the database
Does not connect to the database
[2017-06-27 23:28:16] Exception in thread "main" java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
[2017-06-27 23:28:16] at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
[2017-06-27 23:28:16] at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[2017-06-27 23:28:16] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
[2017-06-27 23:28:16] at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[2017-06-27 23:28:16] at java.lang.Class.forName0(Native Method)
[2017-06-27 23:28:16] at java.lang.Class.forName(Class.java:264)
[2017-06-27 23:28:16] at com.intellij.database.remote.RemoteJdbcServer.main(RemoteJdbcServer.java:15)
请先登录再写评论。
Hi,
Have you downloaded jdbc driver?
Refer to documentation https://www.jetbrains.com/help/datagrip/2017.1/getting-started-with-datagrip.html
Thank you.