Hello, I just installed PHP 4.3.2 on my machine running redhat 7.2. The install seems like it went well. However, I've been running MySQL (Ver 11.18) just fine until I installed PHP and now it won't start at all. When I try to start the mysql daemon from the command line, I just get... # ./bin/mysqld_safe & Starting mysqld daemon with databases from /var/lib/mysql 030616 12:04:24 mysqld ended I'm running the command as root so I don't think it's a permission issue. Does anyone know anything about the PHP install that would change the way MySQL is running? Thanks