From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1EAdEq-0001Tm-2l for garchives@archives.gentoo.org; Thu, 01 Sep 2005 00:47:32 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j810hi5u014866; Thu, 1 Sep 2005 00:43:44 GMT Received: from bullet.espersunited.com (24-117-226-93.cpe.cableone.net [24.117.226.93]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j810bZLT004447 for ; Thu, 1 Sep 2005 00:37:36 GMT Received: from baby.espersunited.com (baby.espersunited.com [192.168.1.3]) by bullet.espersunited.com (8.13.4/8.13.3) with ESMTP id j7VJgLoA010539 for ; Wed, 31 Aug 2005 14:42:21 -0500 Subject: Re: [gentoo-user] Trouble with mysql From: Michael Sullivan To: gentoo-user@lists.gentoo.org In-Reply-To: <4316376D.10806@iriswick.game-host.org> References: <1125521529.11373.9.camel@baby.espersunited.com> <43162307.7030701@igoe.me.uk> <1125525169.11368.17.camel@baby.espersunited.com> <4316376D.10806@iriswick.game-host.org> Content-Type: text/plain Date: Wed, 31 Aug 2005 19:39:54 -0500 Message-Id: <1125535194.9939.1.camel@baby.espersunited.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Content-Transfer-Encoding: 7bit X-Archives-Salt: 139e691e-5710-4822-80e0-7d6433a78b99 X-Archives-Hash: 7bdaecc5fd5767f95ddc68f008e06d4b On Wed, 2005-08-31 at 18:04 -0500, Paul Maszy wrote: > > You shouldnt have restarted. > > mysql is already starting on boot up. It showing that many mysql > daemons is normal and ok. > > # /etc/init.d/mysql stop > --- You will probably get an error here, if everything happened as you > said. If not, your done. > > kill -9 `ps -ef | grep mysql | awk '{ print $2 }'` > > As for connecting to mysql, try without a password > # mysql -u root > > > See if it connects. > > > > Until you determine what is starting it, dont reboot. It just puts > you back to square 1. I think the question you are asking is why is > mysql already running. Its gotta be starting in the init scripts > somehow, and if its not in /etc/init.d/mysql I would check for other > scripts starting it. > > # grep mysql /etc/init.d/* I ran /etc/init.d/mysql stop and it stopped without error - all of them. I ran /etc/init.d/mysql start and it started again - now there are a whole lot of them in the ps listing, but I can connect with the mysql client. It seems to be fixed for now.. -- gentoo-user@gentoo.org mailing list