MySQL - Fatal error: Uncaught exception 'Exception' with message 'SafeMySQL: Unknown or incorrect time zone: 'Europe/Moscow'.: различия между версиями
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Admin iph (обсуждение | вклад) |
Admin iph (обсуждение | вклад) |
||
Строка 9: | Строка 9: | ||
# mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql | # mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql | ||
# systemctl restart mysqld | # systemctl restart mysqld | ||
+ | |||
+ | |||
+ | *https://mariadb.com/kb/en/mysql_tzinfo_to_sql/ |
Текущая версия на 16:48, 5 октября 2021
MySQL - Fatal error: Uncaught exception 'Exception' with message 'SafeMySQL: Unknown or incorrect time zone: 'Europe/Moscow'
Скрипт не прогружается с ошибкой:
Fatal error: Uncaught exception 'Exception' with message 'SafeMySQL: Unknown or incorrect time zone: 'Europe/Moscow'. Full query:
Проблема в отсутсвии часовых поясов в MySQL. Решается ошибка подгрузкой временных зон в mysql:
# mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql # systemctl restart mysqld