MySQL mysql_tzinfo_to_sql program

后端 未结 6 876
抹茶落季
抹茶落季 2021-01-05 15:10

I am using MySQL 5.0.51b on microsoft windows xp. I am trying to load data from zoneinfo files(generated by library downloaded from here) to database tables as described her

6条回答
  •  暖寄归人
    2021-01-05 15:33

    None of the 'populate file' methods worked for me with mysql 8.

    A lot of answer contains this link: http://dev.mysql.com/downloads/timezones.html There's downloadable zip files that contain sql files. Putting it to any directory didn't help. One thing helped me: I issued a "use mysql;" and executed the content of the downloadable sql file as a script.

提交回复
热议问题