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 1JHiSH-00088s-3a for garchives@archives.gentoo.org; Wed, 23 Jan 2008 16:28:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8758BE034D; Wed, 23 Jan 2008 16:27:32 +0000 (UTC) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.191]) by pigeon.gentoo.org (Postfix) with ESMTP id 4322AE034D for ; Wed, 23 Jan 2008 16:27:32 +0000 (UTC) Received: by mu-out-0910.google.com with SMTP id i10so8198768mue.5 for ; Wed, 23 Jan 2008 08:27:31 -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=AJRIbiadDJ56b/b+jRnJFv8hdROwR+H9P3269OFRoq8=; b=qU/GbbiOpG2JoOFDzNwq6VYsUPHZmRM1dqX91gIYsMBMhJ67nW/LvcOqZsiceYSKt/GPqR/8HTUmq/xdfnyCJtZwxLzD9fV9B2lF2KP1n6H7R7gfXB2xehEdtaG3l2ldBtTXvnVgBS77BnX4rmzE6101XPSbCXhlBtsukpjTc8E= 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=mbv7IrgC743mC5cYTPB+bY/WlhjnoTdH6h9K5jr+0pQCe4hqpbZzxCPcbYcwZ84iRicohrxOUHh5Vn25atqwn2dLPf8OV5EzgrNO8OcpfuPRX1gkqsxYqc+qCAxbAcc4wnRXMoOQU++LhWLFL0JFPzt/RaFTwzixDSjVQ9kB4fc= Received: by 10.78.185.15 with SMTP id i15mr13514585huf.61.1201105651292; Wed, 23 Jan 2008 08:27:31 -0800 (PST) Received: by 10.78.97.19 with HTTP; Wed, 23 Jan 2008 08:27:31 -0800 (PST) Message-ID: Date: Wed, 23 Jan 2008 08:27:31 -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: <87d4rsshxx.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> <87hch4sirl.fsf@newsguy.com> <87d4rsshxx.fsf@newsguy.com> X-Archives-Salt: 8b609577-7cf8-47b1-a621-b028d131b63c X-Archives-Hash: 3ee83e81b9745e58d62f6f17326b26fb On Jan 23, 2008 7:03 AM, wrote: > reader@newsguy.com writes: > > > And I guess... not surprisingly the bookmark page now works too? > > One lingering mysql command that is printed when the bookmarks page > configuration steps is gone through: > > From bookmarks page: > [...] > After completing the configuration, create useraccounts with the > following MySQL command: > > (wrapped for mail) > mysql> INSERT INTO user (username, password) VALUES > ('johndoe', MD5('johndoes_password')); > > If I use that command (filling in the johndoe and johndoes_password > part it fails with this error: > > ERROR 1046 (3D000): No database selected First tell MySQL what database you want to use: use bookmarks; INSERT INTO (...); -James -- gentoo-user@lists.gentoo.org mailing list