简体   繁体   中英

change timezone mysql without root

I have mySQL database in a free hosting web (because of that I can't set timezone). When I make 'now()' sentence, It shows me the hour with GMT+8, and I need it with GMT+1.

Are there any way to change it or modify the result without root access??

Thank You in advance and sorry for my english ;)

在mysql中有一个用于设置时区的命令set time_zone = '+05:30';

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM