Mysql Redis PostgreSQL数据库查看客户端连接
Redis数据库查看连接的客户端
1 | [root@VM_8_24_centos ~]# redis-cli -h 10.0.4.6 -a yourpassword |
Myslq数据库查看连接的客户端
1 | [root@VM_8_24_centos ~]# mysql -uroot -h 10.0.4.3 -pyourpassword |
PostgreSQL查看连接的客户端
1 | [root@VM_8_24_centos ~]# psql -h 10.0.4.5 -U postgresadmin -d postgres |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.