postgresql : https://ubuntu.com/server/docs/databases-postgresql
config file in /etc/postgresql/15/main
connect: psql —host 127.0.0.1 —username postgres —password 123456 —dbname template1
mysql:
在Linux中,文件和目录的权限通常使用数字表示,其中每个数字代表一组权限。
在权限数字中,每个位置对应一组权限,从左到右分别是用户(owner)、所属组(group)和其他用户(others)。
数字权限的表示方法如下:
0:没有权限
1:执行权限
2:写权限
4:读权限
它们可以组合使用来表示不同的权限组合。
对于权限数字 750,它的含义如下:
用户(owner)拥有读、写和执行权限(7 = 4+2+1)。
所属组(group)拥有读和执行权限(5 = 4+1)。
其他用户(others)没有任何权限(0)。
9N=?RQ)wVPp
bin/mysqld —user=mysql
https://www.cnblogs.com/zz0412/archive/2013/05/21/mysql.html
port: mysql 3306
pg 5432
./target/debug/readyset-server