安迪老大

菩提本无树,明镜亦非台,本来无一物,何处惹尘埃 。

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

FreeBSD启动mysql有很多麻烦的权限问题
按照下面的方法,解决了

shell> cp support-files/my-medium.cnf /etc/my.cnf

shell> cd /usr/local/mysql

shell> bin/mysql_install_db --user=mysql

shell> chown -R root   .

shell> chown -R mysql var

shell> chgrp -R mysql .

shell> bin/mysqld_safe --user=mysql &

[root@server mysql]# Starting mysqld daemon with databases from /usr/local/var

posted on 2016-05-03 17:34  安迪老大  阅读(844)  评论(0)    收藏  举报