摘要: 1.postgresql下载地址 postgresql-10.1.tar.gz 2.解压 tar -zxvf 文件 3.依次执行: ./configure是检查当前环境能否安装PG,以下是我遇到的报错和解决方案 报错1:configure: error: no acceptable C compil 阅读全文
posted @ 2018-08-08 17:50 三井寿打篮球 阅读(127) 评论(0) 推荐(0)
摘要: 免密登录: 1.在my.ini的 [mysqld] 下添加 skip-grant-tables 2.重启mysql服务即可 修改密码: mysql> update user set password=password('新密码') where user='root' ; mysql> flush p 阅读全文
posted @ 2018-08-08 16:52 三井寿打篮球 阅读(255) 评论(0) 推荐(0)