I have some queries that make use of CONVERT_TZ(), for which the time_zone* tables in MySQL's system database should be populated. Usually I would just run mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql as instructed by the documentation. But I am uncertain because this particular configuration I'm working with is NDB... do I just need to issue the command once and the values will replicate themslves, or do I need to perform this command on each node?

Thanks in advance for your guidance!

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.