摘要:
1quick install+setup for expertsIf your Unix-fu and ssh-fu are good, just copy your ssh public key (i.e., the~/.ssh/id_rsa.pubfile) from your workstat... 阅读全文
摘要:
1、查看事件是否开启SHOW VARIABLES LIKE 'event_scheduler';2、开启事件SET GLOBAL event_scheduler = ON; 3、创建事件DELIMITER $$-- SET GLOBAL event_scheduler = ON$$ -- r... 阅读全文