Skip to content

Instantly share code, notes, and snippets.

@arslanbekov
Created February 24, 2016 16:25
Show Gist options
  • Save arslanbekov/fc324a577e2592ed5683 to your computer and use it in GitHub Desktop.
Save arslanbekov/fc324a577e2592ed5683 to your computer and use it in GitHub Desktop.
Loading Timezone Tables in MAMP (MYSQL CONVERT_TZ)
/Applications/MAMP/Library/bin/mysql_tzinfo_to_sql /usr/share/zoneinfo | \
/Applications/MAMP/Library/bin/mysql -u root -p mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment