一、找到my.ini文件:右键我的电脑-》管理 二、更改my.ini:首先在相应位置建立好相关文件!!!! 这个设置后会出错,因为log不是variable 应该为: 三、重启mysql服务: show variables like 'log%'; show variables like 'log%';
1、检测事件是否开启 show variables like 'event_scheduler'; 2.开启事件 set global event_scheduler = on; 3.创建一个存储过程 delimiter //create procedure test()beginupdate project set create_time = now();end; 4.创