From: Daevid Vincent Date: April 29 1999 7:05am Subject: Re: Starting Mysql Server Aborts List-Archive: http://lists.mysql.com/mysql/2583 Message-Id: <372804A2.AF4013FC@TheMatrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > That file doesn't exist for me either, nor does mySQL start after I wiped the > source version I was compiling myself and decided to switch to RPMs. Now I can't > get the database to start! What's up with that? Also I looked into /var/lib/mysql (shouldn't that be /var/log on Linux/RPMS so that they get rotated and such?) there were a pant load of these: mysqld ended on Wed Apr 28 22:25:04 PDT 1999 mysqld started on Wed Apr 28 22:26:12 PDT 1999 990428 22:26:12 Can't start server : Bind on unix socket: Permission denied 990428 22:26:12 Do you already have another mysqld server running on socket: /var/lib/mysql/mysql.sock ? 990428 22:26:12 Aborting mysqld ended on Wed Apr 28 22:26:12 PDT 1999 mysqld started on Wed Apr 28 22:35:19 PDT 1999 990428 22:35:19 Can't start server : Bind on unix socket: Permission denied 990428 22:35:19 Do you already have another mysqld server running on socket: /var/lib/mysql/mysql.sock ? 990428 22:35:19 Aborting mysqld ended on Wed Apr 28 22:35:19 PDT 1999 there is no /var/lib/mysql/mysql.sock file. I'm running this as root too, so there should be no permission problem.