This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ERROR: java.sql.SQLException: The server time zone value 'EEST' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support. | |
| SOLVE: | |
| 1. sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf | |
| 2. add after line [mysqld] | |
| default_time_zone='+03:00' | |
| 3. ctrl+o | |
| 4. ctrl+x | |
| 5. sudo service mysql restart |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Также на сайте есть pastebin-сервис gist.github.com для быстрой публикации фрагментов кода. |
NewerOlder