我将下载的原文件解压到/usr/local/mysql 注:mysql是我自己新建的文件袋
# groupadd mysql
# useradd -g mysql mysql
# chown -R root /usr/local/mysql
# chgrp -R mysql /usr/local/mysql
# chown -R mysql /usr/local/mysql/data
生成mysql系统数据库
# /usr/local/mysql/scripts/mysql_install_db --user=mysql
在生成数据库的时候,提示:
Could not find help file 'fill_help_tables.sql' in ./support-files or inside ..
不知道是什么原因