需要临时、测试使用PostgresSQL数据库时,可以使用在线免费的PostgresSQL数据库。
使用方法:
- 使用GitHub或Google账号登录
- 创建实例instances,选择地区
- 自动生成账号、密码、服务器信息
- 连接开始使用
Day by Day 一年又一年
需要临时、测试使用PostgresSQL数据库时,可以使用在线免费的PostgresSQL数据库。
使用方法:
关系型 文档型
数据库 database 数据库 database
表 table 集合 collection
行 row 记录 record / doc
列 column 字段 field
Continue reading “关系型和文档型数据库的概念对应关系”
将两个列拼接起来
用两个竖杠 ||
不能用加号 +
Continue reading “PostgreSQL拼接字段要用两个竖杠||”
符号 #
是管理员
符号 $
是普通用户
Continue reading “PostgreSQL提示符 # 和 $的意思”
操作系统:
centos-release-7-5.1804.el7.centos.x86_64
PostgreSQL版本:
postgresql.x86_64 9.2.23-3.el7_4
postgresql-libs.x86_64 9.2.23-3.el7_4
postgresql-server.x86_64 9.2.23-3.el7_4
Continue reading “PostgreSQL出现ERROR:could not open extension control file的解决方法”
操作系统:
centos-release-7-5.1804.el7.centos.x86_64(官网 | 163下载mini版 )
PostgreSQL版本:
postgresql.x86_64 9.2.23-3.el7_4
postgresql-libs.x86_64 9.2.23-3.el7_4
postgresql-server.x86_64 9.2.23-3.el7_4
Continue reading “CentOS 7安装PostgreSQL的方法”
操作系统:CentOS 7
数据库:MariaDB
当使用navicat for MySQL设置完事件后,提示
event_scheduler是Off。事件只能在服务器启动并开启event_scheduler时才能处理
Continue reading “MariaDB/MySQL设置事件后出现event_scheduler是Off提示的解决方法”
CentOS信息:
[root@bogon ~]# cat /etc/centos-release
CentOS Linux release 7.3.1611 (Core)
[root@bogon ~]# uname -a
Linux bogon 3.10.0-514.10.2.el7.x86_64 #1 SMP Fri Mar 3 00:04:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Continue reading “MariaDB开启远程连接的方法”