1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

DataGrip 1.0.1 でMySQL5.7 に接続できない場合の対処 >> JDBCドライバー更新すべき

Last updated at Posted at 2016-01-07

https://www.jetbrains.com/datagrip/features/
(DataGripのバージョンアップで対応するとは思いますが…)

mysql-connector-java-5.1.35-bin.jar
が入っていたが、2015年初頭で MySQL5.7対応前と思われる。

こちらで 5.1.38 をダウンロードし、

Data Sources and Drivers - MySQL - Settings - Driver files

mysql-connector-java-5.1.38-bin.jar
を追加し、 5.1.35 は除いておく。
アプリ再起動後、5.1.38を使用するようになり接続できた。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?