一、关闭防火墙
远程访问数据库,需要设置防火墙和selinux 策略。
[root@localhost opt]# systemctl status firewalld 防火墙状态
[root@localhost opt]# systemctl stop firewalld 防火墙停用
[root@localhost opt]# systemctl disable firewalld 防止重启防火墙未关闭
[root@localhost opt]# iptables -L
[root@localhost opt]# iptables -F
二、安装数据库
若是cd.. 进入了目录,返回原来目录用cd -
使用find -name "*桌面*"可以查找当前目录下的包含桌面文件
[zdh@localhost 桌面]$ su
[root@localhost 桌面]# mkdir /dm8
[root@localhost 桌面]# id dmdba
[root@localhost 桌面]# groupadd dinstall
[root@localhost 桌面]# useradd -g dinstall dmdba
[root@localhost 桌面]# id dmdba
[root@localhost 桌面]# pwd dmdba
/home/zdh/桌面
[root@localhost 桌面]# passwd dmdba (Open3000##)
[root@localhost 桌面]# chown dmdba:dinstall /dm8
[root@localhost 桌面]# ll
[root@localhost 桌面]# chown dmdba:dinstall -R /dm8
[root@localhost 桌面]# ll
[root@localhost 桌面]# cd /
[root@localhost /]# ll
总用量 16
lrwxrwxrwx 1 root root 7 3月 6 2021 bin -> usr/bin
dr-xr-xr-x. 6 root root 4096 7月 7 18:59 boot
drwxrwxrwx 2 root root 6 7月 7 18:41 box
drwxr-xr-x 20 root root 3940 7月 13 22:47 dev
drwxr-xr-x 2 dmdba dinstall 6 7月 14 00:20 dm8
drwxr-xr-x 154 root root 8192 7月 14 00:18 etc
drwxr-xr-x 4 root root 30 7月 7 19:18 home
lrwxrwxrwx 1 root root 7 3月 6 2021 lib -> usr/lib
lrwxrwxrwx 1 root root 9 3月 6 2021 lib64 -> usr/lib64
drwxr-xr-x 2 root root 6 3月 6 2021 media
drwxr-xr-x 3 root root 18 7月 7 19:09 mnt
drwxr-xr-x 5 root root 58 7月 13 23:48 opt
dr-xr-xr-x 215 root root 0 7月 13 22:46 proc
dr-xr-x--- 4 root root 290 7月 14 00:09 root
drwxr-xr-x 44 root root 1280 7月 14 00:42 run
lrwxrwxrwx 1 root root 8 3月 6 2021 sbin -> usr/sbin
drwxr-xr-x 2 root root 6 3月 6 2021 srv
drwx--x--x 3 root root 16 7月 7 18:49 sudo
dr-xr-xr-x 14 root root 0 7月 13 22:51 sys
drwxrwxrwt 19 root root 440 7月 14 00:42 tmp
drwxr-xr-x 12 root root 144 7月 7 18:23 usr
drwxr-xr-x 22 root root 306 7月 7 18:58 var
[root@localhost /]# su - dmdba
上一次登录: 四 7月 14 00:46:05 CST 2022 pts/0 上
-----------------------------------------------------------------------------------------------------------------------------
若是提示:
su: 警告:无法更改到 /home/dmdba 目录: 权限不够
-bash: /home/dmdba/.bash_profile: 权限不够
[dmdba@localhost /]$ ll
总用量 16
lrwxrwxrwx 1 root root 7 3月 6 2021 bin -> usr/bin
dr-xr-xr-x. 6 root root 4096 7月 7 18:59 boot