MySQL Variables time_format 数据库 参数变量解释及正确配置使用
本站中文解释
time_format就是MySQL用于设置显示时间格式的参数变量。它让MySQL遵循特定的日历日期模板,并以统一的格式来显示时间和日期值,从而使输出的数据更具有可读性。
要设置time_format,首先需要登录到MySQL控制台,然后在终端执行下面的命令:
SET time_format = ‘%Y-%m-%d %h:%i:%s’;
此命令将设置MySQL服务器执行select语句和显示时间值时使用的格式为“年-月-日 时:分:秒”。
官方英文解释
time_format
This variable is unused. It is deprecated and is removed in
MySQL 8.0.