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

浙公网安备 33010602011771号