MySQL Forums
Forum List  »  Install & Repo

Re: Cannot start mysqld after fresh install
Posted by: Shane Furlong
Date: April 05, 2016 11:44AM

Well I am a little closer to solving my puzzle. The issue is a conflict between where the mysqld_safe.pid and the mysqd.pid files should go.
the mysql service file wants to put them here:
/var/run/mysqld.pid or /var/run/mysqld/mysqld.pid
the program mysqld_safe wants to put them in the data directory /var/lib/mysql/ as
hostnme.pid and mysqld_safe.pid.

SF

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.