MySQL安装过程中出现的问题(三)

2014-11-24 10:33:01 · 作者: · 浏览: 2
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]# =========================