Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在免费托管网站中有 mySQL 数据库(因为我无法设置时区)。当我制作“now()”句子时,它会显示 GMT+8 的小时数,而我需要 GMT+1 的时间。
有没有办法在没有root访问权限的情况下更改它或修改结果?
提前谢谢你,对不起我的英语;)
mysql中有一个设置时区的命令set time_zone = '+05:30';
set time_zone = '+05:30';