0
0

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.

Squirrel SQL ClientでMySQLに接続しようとしたらできなくてつまった

Posted at

squirrelでmysqlに接続しようとしたらタイムゾーン関係でエラー

windowsだとmysql側のタイムゾーンの設定でエラーになるようです。

下記記事を参考に接続URLを
"jdbc:mysql://localhost:3306/[データベース名]?characterEncoding=UTF-8&serverTimezone=JST"
のようにすると繋がりました。
mysqlに直接タイムゾーンを設定する方法もあるようです。

参考
https://www.nakamuri.info/mw/index.php/Mysql-connector-java_%E3%81%AE%E3%83%90%E3%82%B0%E3%81%A7_Java%E3%81%8B%E3%82%89MySQL%E3%81%AB%E6%8E%A5%E7%B6%9A%E3%81%A7%E3%81%8D%E3%81%AA%E3%81%84

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?