摘要: # 踩坑场景 Unable to access MySQL database remotely using root account. Any attempt to access MySQL database will result in error ERROR 1045 (28000): Acce 阅读全文
posted @ 2020-06-30 22:23 kumata 阅读(1419) 评论(0) 推荐(0) 编辑
摘要: MySQL默认不能实时查看执行的SQL语句,因为这会消耗一定的资源。 要开启这个功能,稍微配置一下,打开这个LOG记录就可以了。 1 查看LOG功能 首先,查看是否已经开启实时SQL语句记录。 mysql> SHOW VARIABLES LIKE "general_log%"; 如下general_ 阅读全文
posted @ 2020-06-30 22:18 kumata 阅读(447) 评论(0) 推荐(0) 编辑
摘要: # 踩坑场景:down load超时 pip install xx[package]时报错: error: The read operation timed out 环境:Linux ubuntu18.04, Python3.7 # 解决方案 由于国外官方pypi经常被墙,导致pip downloa 阅读全文
posted @ 2020-06-30 15:06 kumata 阅读(505) 评论(0) 推荐(0) 编辑