摘要:
CREATE TABLE `vote_record_memory` ( `id` INT (11) NOT NULL AUTO_INCREMENT, `user_id` VARCHAR (20) NOT NULL, `vote_id` INT (11) NOT NULL, `group_id` IN 阅读全文
posted @ 2017-08-28 17:03
__Yoon
阅读(180)
评论(0)
推荐(0)
摘要:
shell 定时任务:/usr/bin/mysql -uroot -pxxxxx databasename -e "update table set ......."mysql event: 查看event是否开启:mysql> show variables like '%sche%';eve 阅读全文
posted @ 2017-08-28 16:20
__Yoon
阅读(172)
评论(0)
推荐(0)