jacsmith510 Posted September 25, 2003 Share Posted September 25, 2003 Dear Forums, am receiving Mysql error msg 13 unable to read/write localhost.pid. Have not been able to find localhost.pid file. Problem started after tried to start Apache and modified httpd.conf to make server name: 127.0.0.1 . Please post any suggestions, thanks Quote Link to comment Share on other sites More sharing options...
effigy Posted September 25, 2003 Share Posted September 25, 2003 is this when you are starting mysql... if not, what are you doing? have you ran a search for that file? unix: % su (type root password) # find / -name localhost.pid Quote Link to comment Share on other sites More sharing options...
gizmola Posted September 25, 2003 Share Posted September 25, 2003 It sounds like you the user you are starting mysql with does not have the permissions to create the mysql.pid file. Quote Link to comment Share on other sites More sharing options...
jacsmith510 Posted September 25, 2003 Author Share Posted September 25, 2003 Dear Forums, thanks much, I followed gizmola and effigy suggestions and launched the mysqld dameon as root user which resolved the permissions issue. thanks again Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.