随笔- 807  文章- 150  评论- 23  阅读- 151万 
09 2021 档案
PostgreSQL13 安装 psycopg2
摘要:postgresql选取13.4版本 python分为python2.7与python3.7 psycopg2分为rpm包与tar源码包 一、先安装依赖包 1、安装postgreSQL13 安装步骤 rpm -ivh postgresql13-libs-13.4-1PGDG.rhel7.x86_64 阅读全文
posted @ 2021-09-14 23:00 xibuhaohao 阅读(854) 评论(0) 推荐(0) 编辑
mysql5.7初始化密码报错 ERROR 1820 (HY000): You must reset your password using ALTER USER statement before
摘要:mysql初始化密码常见报错问题mysql5.6是密码为空直接进入数据库的,但是mysql5.7就需要初始密码 cat /var/log/mysqld.log | grep password 然后执行 mysql -uroot -p ,输入上面的到的密码进入,用该密码登录后,必须马上修改新的密码,不 阅读全文
posted @ 2021-09-12 20:54 xibuhaohao 阅读(1185) 评论(0) 推荐(0) 编辑
MySQL5.7.34 开启binlog
摘要:开启binlog: 直接在mysql配置文件:/etc/my.cnf 下面追加 log-bin=mysql-binserver-id=1binlog_format=row 如下: 阅读全文
posted @ 2021-09-12 20:51 xibuhaohao 阅读(274) 评论(0) 推荐(0) 编辑

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