shell>groupadd mysql shell>useradd -g mysql mysql shell>tar xvf xxxxmysql.tar.gz shell>cd /usr/mysql shell>ln -s /path-to-mysql mysql shell>cd mysql shell>scripts/mysql_install_db --user=mysql shell>chown -r root . shell>chown -r mysql data shell>chgrp -r mysql . shell>bin/mysqld_safe --user=mysql &