0, 导入微软公钥12wget -qO- https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - 1, 添加SQLSERVER 2019源12su...
使用mycli命令优化你的MySQL命令行操作体验
0,你是否也受够了MySQL使用命令行操作数据库时的痛苦?上千张表, 我查个数据我还要记住每个表的字段都是什么吗?1,使用第三方软件来查询数据库安全吗?不放心的话自己去看代码吧,该软件开源地址: https://github.com/...
Centos7安装配置postgresql12数据库
0,添加postgresql12源12yum install https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-redhat-repo...
Centos 7 + Mariadb主从配置
0, 环境 1, 安装Mariadb数据库(所有服务器)123yum install mariadb mariadb-server -ysystemctl start mariadb.servicemysqladmin -u roo...
删除psql用户报错解决方法
1, 将想要删除的用户交给超级管理员管理1grant rose_dbuser to pgadmin; 2, 将想要删除的用户owner权限赋值给超级管理员1reassign owned by rose_dbuser TO pgad...