Loading

摘要: ## 1、查看服务状态并停止服务 ```shell systemctl status postgresql systemctl stop postgresql ``` ![](https://img2023.cnblogs.com/blog/1529536/202307/1529536-202307 阅读全文
posted @ 2023-07-24 17:50 找寻真理 阅读(2727) 评论(0) 推荐(1) 编辑
摘要: ## 1、安装 PostgreSQL 的 RPM 资源库 ```shell sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.n 阅读全文
posted @ 2023-07-24 17:17 找寻真理 阅读(477) 评论(0) 推荐(1) 编辑
摘要: 第一篇随笔,水平有限,仅作学习记录。如果能帮助到你那就更好了! 登录Mysql服务 mysql -u root -p ... 一、基础命令 (命令以' ; '号结束) # 查看所有数据库 show databases; # 切换 / 使用某个库 use 库名; # 查看数据表列表 (需切换至某个库使 阅读全文
posted @ 2019-07-25 21:31 找寻真理 阅读(3398) 评论(0) 推荐(0) 编辑