This is a problem with only mySQL. I upgraded MySQL 4.0.21 to 4.0.22 because I was going to install Session support on my server for PHP4.
After upgrading, mySQL was not running, and will not run if I run the daemon. It gives me this error:
Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!
041031 12:31:10 Aborting
041031 12:31:10 ./mysqld: Shutdown Complete
I AM running the daemon as root. If I run the command like this:
./mysqld --user=root
It does start the server, but it sits in the console, and the only way to get out is to break it (Ctrl+C), then the server is back off.
Anyone else experience this error or know what the hell is up?
("mysql-server.sh start" does not work by the way)
Thanks,
Tom