Import MySQL Timezone Description Tables into MYSQL/MariaDB using XAMPP on Windows

preview_player
Показать описание

Import SQL File into MySQL. This command will use your MySQL credentials (replace angle brackets - YouTube does not allow to add "real" brackets): C:\xampp\mysql\bin>mysql -u root -p mysql < "[path to SQL file]"

Select Timezone from time_zone_names:

Set global Timezone:
SET GLOBAL time_zone = 'Europe/Vienna';
Рекомендации по теме
Комментарии
Автор

nice job man grettings and good vibes from colombia its work for me

josemabesoy
Автор

still valid and useful information. Thanks!!

thenobody