[AWS] MySQL Timezone Setup
Hello?Follow below steps. 1. Create Amazon Instance2. Install Mysql(Maria DB) In here. /usr/share/zoneinfo There are timezone info. Now, We create Timezone Data in MySQL. 1. shell > mysql -uroot -p mysql > SELECT NOW(); It show to u what timezone u following now. Ok. Now Start Setup Timezone.Shell > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysqlFinalliy. mysql > Set time_zone =..
2015.12.23