U6/MySQL 2005-09-29 - By Shaw, Marco
Back
> -- --Original Message-- -- > From: taroon-list-bounces@(protected) > [mailto:taroon-list-bounces@(protected)] On Behalf Of Ed Brown > Sent: Thursday, September 29, 2005 1:00 PM > To: Discussion of Red Hat Enterprise Linux 3 (Taroon) > Subject: Re: U6/MySQL > > I would check ownership on the mysql db directory, and contents, and > especially the named pipe (/var/lib/mysql/mysql.sock on one of my > systems). I think I remember something here getting set to root > ownership after an update.
To find such an issue, I'd suggest checking the rc script starting mysqld.
You'll see the command string, then you can try to run it with 'trace':
# trace [do 'man trace' for flags] my_command
Look through the trace file. Could be a library is gone missing.
Marco RHCE
-- Taroon-list mailing list Taroon-list@(protected) https://www.redhat.com/mailman/listinfo/taroon-list
|
|