代码改变世界

随笔档案-2021年02月

How to see log files in MySQL?

2021-02-19 18:21 by 卡车司机, 81 阅读, 收藏,
摘要: 原文链接: https://stackoverflow.com/questions/5441972/how-to-see-log-files-in-mysql To enable error log add following [mysqld_safe] log_error=/var/log/mys 阅读全文

git 设置和取消代理

2021-02-01 13:54 by 卡车司机, 328 阅读, 收藏,
摘要: git 设置和取消代理 git config --global https.proxy http://127.0.0.1:1080 git config --global https.proxy https://127.0.0.1:1080 git config --global --unset h 阅读全文