mysql 접속
mysql -u root -p mysql
타임존 서울로 설정
mysql> set global time_zone = 'Asia/Seoul';
재접속 후
확인
mysql> select now();
재시작
systemctl restart mariadb
출처: http://ggamu.com/81 [까무 블로그]