From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JHRSm-0005NZ-CV for garchives@archives.gentoo.org; Tue, 22 Jan 2008 22:19:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CC9DE073E; Tue, 22 Jan 2008 22:19:22 +0000 (UTC) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by pigeon.gentoo.org (Postfix) with ESMTP id EC85BE073E for ; Tue, 22 Jan 2008 22:19:21 +0000 (UTC) Received: by nf-out-0910.google.com with SMTP id f5so525829nfh.26 for ; Tue, 22 Jan 2008 14:19:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ykrFw2YkGW0tHQ2X56kTTBrw2MTDU2U8pHb8FksZgM0=; b=o29tmyuimuplfyRPRocroS8bRB52z1lfXeY57/5YN4ETyT4Y/CAlKpxVnRh1BI7vuZS+YrCDdiaZfbxCVFm5nYGqFqN312tFI5d6FuyHwKx+HoTJBAB7Cu3qgLFXAeimsrUvvcMCrc0GjJh45WmL5kZAxzOtHSIunvNGeH8L2RI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Pf1C0RE9zHNkrWq7oXNE0Wu6iGFIfzItgjgo/TXR345ZV+ybgb615mmje9o+2YpgQWHGt8TAV42WG8F5y+v8xFqq2AQIpiM4S5FSzmBgx62qKQJ7h/Z6feLoOwlCcWXXKkYKrGwm1wObzRnXtvYneLWL+8/cykTxTXTUs6c5SFQ= Received: by 10.78.159.7 with SMTP id h7mr12264851hue.17.1201040360292; Tue, 22 Jan 2008 14:19:20 -0800 (PST) Received: by 10.78.97.19 with HTTP; Tue, 22 Jan 2008 14:19:20 -0800 (PST) Message-ID: Date: Tue, 22 Jan 2008 14:19:20 -0800 From: "James Ausmus" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Any one using www-apps/online-bookmarks In-Reply-To: <87zluxcydi.fsf@newsguy.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <878x2jyooe.fsf@newsguy.com> <87ejc9eixf.fsf@newsguy.com> <200801222123.06899.shrdlu@unlimitedmail.org> <87zluxcydi.fsf@newsguy.com> X-Archives-Salt: ea871c9e-cef1-446c-93fa-9eda7977056b X-Archives-Hash: 7531c0c75b807b0454ff0a15c3fbaa9e On Jan 22, 2008 2:02 PM, wrote: > I may have spoken too soon. Re-installing mysql got me to where I can > login to the console but the suggested commands still fail: > > # mysql -uroot -p > Enter password: > Welcome to the MySQL monitor. Commands end with ; or \g. > Your MySQL connection id is 16 > Server version: 5.0.44-log Gentoo Linux mysql-5.0.44-r2 > > Type 'help;' or '\h' for help. Type '\c' to clear the buffer. > > mysql> create database bookmarks; > ERROR 1006 (HY000): Can't create database 'bookmarks' (errno: 2) Hmm - odd. What does the output of: ls -al /var/lib/mysql give you? Also, what do you get in the MySQL console if you do a: show databases; Also, try doing the create database procedure as previously outlined, then do a tail -n100 /var/log/mysql/mysql.err and /var/log/mysql/mysqld.err and /var/log/mysql/mysql.log - anything relative showing up in there? Maybe post the output of the above commands, as well as (tbz2'd, if they're large) attaching the /var/log/mysql/* files - might help us track this down... -James -- gentoo-user@lists.gentoo.org mailing list