相关文章
postgresql 导入导出sql 文件
pg_dump -h localhost -U postgres -t tablename databasename >./test.sql导出 -t 表名 psql -d test1 -U...
postgresql 的安装使用
安装centos系统 9.6版本# Install the repository RPMsudo yum install -y https://download.postgresql.org/pub/repos/yum/repor...
centos7 安装mysql
下载rpm包wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm 安裝包仓库yum -y install * 或者yum -...
postgresql修改数据存储位置
最近公司提供了一台新的服务器,同时有一个盘是ssd。同时为了测试postgresql的性能,将数据放置到ssd上系统centos7.9 数据库postgresql-9.6首先停掉数据库systemctl stop pos...
mysql 重置表
truncate table 表名...
clickhouse 搭建
通过docker 部署clickhousedocker-compose文件内容如下:services: ipwave-clickhouse:  ...

