I need some help in installing MySQL.I did the following things1) Downloaded the mysql version 3.23.36-pc-linux-gnu-i686.tar.gz2) tar -zxvf mysql-version3) ln -s /usr/local/mysql-version mysql4) adduser mysql5) passwd mysql6) chown -R mysql mysql-vesion mysql7) chgrp -R root mysql-version mysql8) su mysql9) cd mysql10) scripts/mysql_install_db11) exit12) chmod 755 /usr/local/mysql/support-files/mysql.server13) /usr/local/mysql/support-files/mysql.server startTill the step 12 the installation went great. But after i executed the step 13 i got the following message/usr/local/mysql/support-files/mysql.server
HOSNAME@:command not foundstarting mysqld daemon with databases from /var/lib/mysql 010920 13:23:52 mysqld ended
