Milton 0 Posted June 8, 2020 Report Share Posted June 8, 2020 Hi all: I am using SQL server version 8.0.19 on windows 10. My SQL installation hasn't been updated with the full list of time zones. I have download the timezone2020a but I am unable to populate the tables in my SQL. Can you help me out with the issue please? Best regards; Milton. Quote Link to post Share on other sites
Larry 428 Posted June 8, 2020 Report Share Posted June 8, 2020 I think what you're looking for is explained here: https://dev.mysql.com/doc/refman/8.0/en/time-zone-support.html#time-zone-installation Where you want to execute this command: mysql -u root -p mysql < file_name replacing "file_name" with a full path to the timezone SQL file. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.