CentOS配置VPN + squid代理
摘要:https://superuser.com/questions/1012366/setup-a-vpn-on-a-squid-proxy-linux https://serverfault.com/questions/844093/forwarding-vpn-traffic-to-squid-pr
阅读全文
posted @
2017-10-17 13:39
七月逆流
阅读(3)
推荐(0) 编辑
Navicat Premium 连接Oracle 数据库(图文教程)
摘要:一、需要准备的软件 Navicat premium 32位 官方下载地址:http://www.navicat.com.cn/products/navicat-premium Instant Client12.1.0.2.0 32位 Instant Client 是Oracle 公司推出的精简版客户
阅读全文
posted @
2017-10-17 13:37
七月逆流
阅读(1448)
推荐(0) 编辑
mysql每天凌晨0点准时启动taskeng.exe如何关闭
摘要:MySQL弹出一个taskeng.exe. 内容如下: Start Initialization mysql Installer is running in Community mode. Unable to connect to remote host. Catalog download has
阅读全文
posted @
2017-10-17 00:12
七月逆流
阅读(4599)
推荐(0) 编辑
Cause: java.sql.SQLException: The user specified as a definer ('root'@'%') does not exist
摘要:权限问题,授权 给 root 所有sql 权限 mysql> grant all privileges on *.* to root@"%" identified by "PASSWORD"; Query OK, 0 rows affectedmysql> flush privileges;Query OK, 0 rows affectedmysql>
阅读全文
posted @
2017-10-01 11:40
七月逆流
阅读(921)
推荐(0) 编辑