I'm having trouble getting mysql to start properly. Currently I'm using redhat 7.3. If I type /etc/rc.d/init.d/mysql start the system responds with Starting mysqld daemon with databases from /var/lib/mysql. However it just seems to hang forever with this message. If I press enter I get my prompt back. Then if I check to see if mysql is alive with /usr/bin/mysqladmin ping --user=mysql sure enough it says that mysqld is alive. My question is why does the system hang like this and never give me back control of my session until I hit the enter key? This is a problem because I'm trying to get mysql to start automatically by putting /etc/rc.d/init.d/mysql start in /etc/rc.d/rc.local but the system hangs when it gets this far and won't finish booting. Pressing enter obviously does nothing to push it along either.