mysql 定时任务编写
摘要:要使定时起作用 MySQL的常量GLOBAL event_scheduler必须为on或者是1-- 查看是否开启定时器SHOW VARIABLES LIKE '%sche%'; -- 开启定时器 0:off 1:onSET GLOBAL event_scheduler = 1; -- 创建事件--每...
阅读全文
posted @
2013-03-02 11:22
相父
阅读(174)
推荐(0)
using the Connector/J connection property 'autoReconnect=true' to avoid this problem
摘要:报错信息:com.mysql.jdbc.CommunicationsException: The last packet successfully received from the server was58129 seconds ago.The last packet sent successfu...
阅读全文
posted @
2013-02-21 21:58
相父
阅读(220)
推荐(0)
ORACLE 配置访问mysql 数据库
摘要:1)先安装 :=======F:\tools\mysql-connector-odbc-5[1].1.5-win32.msi2) 配置 odbc 数据源 ======My13SQLMy13SQL192.168.0.13smssms.com.cndatabase:ad3)修改文件:F:\oracle\...
阅读全文
posted @
2013-02-20 14:46
相父
阅读(1274)
推荐(0)