Maybe this is common knowledge by now, but I've seen this problem
popping up at work and I've run into it today. I upgraded Fedora
4 to 5 and wanted to get MySQL 5.1.11 on it instead of the MySQL
5.0 delivered with Fedora 5. This also goes mostly for Red Hat EL
btw..
These were the things I had to do, on a system without any
production databases. Do not do this on production without
backups and lots of coffee!
-
- Download the generic RPMs from http://dev.mysql.com/downloads/: Server, Client,
libraries and headers and the shared libraries. Put them all in
one directory.
- run in that directory: rpm -Uvh MySQL*
- If point 2 didn't give errors, you going to have problems
starting MySQL.
- mysql system user is missing. To recreate it:
# adduser -d …