MySQL安装过程中出现的问题(三)
ir test
[root@localhost tmp]# cd test
[root@localhost test]# ls
[root@localhost test]# touch 11
[root@localhost test]# ll
total 0
-rw-r--r-- 1 root root 0 Nov 28 22:37 11
[root@localhost test]# chown -R mysql 11
[root@localhost test]# ll
total 0
-rw-r--r-- 1 mysql root 0 Nov 28 22:37 11
[root@localhost test]#
=========================