An alternate solution if you don't want to make your own timezone settings tables.
If have your own server, leave MySQL as it is. It defaults to the timezone SYSTEM
.
Ubuntu users can use
dpkg-reconfigure tzdata
For more conservative OSes (Centos, RedHat, Fedora) use
tzconfig
commands for changing the system timezone. A CLI application will pop up where you can select the region and location. It's not only two birds by one stone, but it also automatically accomodates to daylight changes without having to specify when and what in MySQL timezone tables.

Don't forget to restart your MySQL server for the changes to take effect.