春天后母心24集国语:帮忙翻译一下!谢了!!

来源:百度文库 编辑:中科新闻网 时间:2024/05/07 01:21:09
Change the ownership of program binaries to `root' and ownership of the data directory to the user that you run `mysqld' as. Assuming that you are located in the installation directory
shell> chown -R root .
shell> chown -R mysql data
shell> chgrp -R mysql .

The first command changes the owner attribute of the files to the `root' user. The second changes the owner attribute of the data
directory to the `mysql' user. The third changes the group attribute to the `mysql' group.

把程序binaries(目录)所有者更改为'root',并把数据目录的所有者修改为你运行’mysqld'时的用户身份。假定你位于安装目录
shell> chown -R root .
shell> chown -R mysql data
shell> chgrp -R mysql .
第一个命令更改文件的所有者属性为'root'用户。第二个更改数据目录的所有者属性为'mysql'用户。第三个更改组属性为'mysql'组。

不用翻译,你说什么问题吧!