随笔 - 314  文章 - 0 评论 - 27 阅读 - 92万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

10 2017 档案
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) 推荐(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) 评论(1) 推荐(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) 推荐(0) 编辑
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql/mysql.sock' (2)
摘要:换成 原因:MySQL设置成了值允许 127.0.0.1 地址访问 阅读全文
posted @ 2017-10-12 20:19 七月逆流 阅读(442) 评论(0) 推荐(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) 推荐(0) 编辑

点击右上角即可分享
微信分享提示