摘要:
1.查看当前时间 >select curtime(); 2.查看当前时区 >show variables like "%time_zone%"; 3.修改时区 >set global time_zone = '+8:00'; ##修改mysql全局时区为北京时间,即我们所在的东8区 > set ti 阅读全文
摘要:
一、使用Date Export功能备份数据库 Dump Structure and Data:同时备份表结构和数据;勾选Objects to Export下三个选项,备份存储过程、函数、事件和触发器。 Export to Self-Contained File:备份整库到一个SQL文件中。 二、异常 阅读全文