[gentoo-user] Re: Any one using www-apps/online-bookmarks

2008-01-23 Thread reader
James Ausmus [EMAIL PROTECTED] writes: On Jan 22, 2008 2:02 PM, [EMAIL PROTECTED] 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.

[gentoo-user] Re: Any one using www-apps/online-bookmarks

2008-01-23 Thread reader
[EMAIL PROTECTED] 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

Re: [gentoo-user] Re: Any one using www-apps/online-bookmarks

2008-01-23 Thread James Ausmus
On Jan 23, 2008 6:45 AM, [EMAIL PROTECTED] wrote: snip ls -al /var/lib/mysql drwx-- 2 mysql mysql 1752 Jan 22 15:55 mysql drwx-- 2 mysql mysql 48 Jan 22 15:55 test It struck me odd that /var/lib/mysql has another directory inside with the same name... but that was how the

Re: [gentoo-user] Re: Any one using www-apps/online-bookmarks

2008-01-23 Thread James Ausmus
On Jan 23, 2008 7:03 AM, [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] 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

Re: [gentoo-user] Re: Any one using www-apps/online-bookmarks

2008-01-23 Thread Neil Bothwick
On Wed, 23 Jan 2008 08:26:16 -0800, James Ausmus wrote: Yeah, I've seen that happen quite a bit with computers - someone is having a problem (consistently, too), they call in the computer tech, and it starts working perfectly as soon as the tech is there... :) A hypothesis of mine is that (at

[gentoo-user] Re: Any one using www-apps/online-bookmarks

2008-01-22 Thread reader
James Ausmus [EMAIL PROTECTED] writes: On Jan 21, 2008 7:49 PM, [EMAIL PROTECTED] wrote: snip So I tried adding a passwd leaving the rest as is.. That failed with: Access denied for user 'bookmarkmgr'@'localhost' (using password: YES) (YES was not what I inserted so I guess its just

Re: [gentoo-user] Re: Any one using www-apps/online-bookmarks

2008-01-22 Thread Etaoin Shrdlu
On Tuesday 22 January 2008, [EMAIL PROTECTED] wrote: OK, this one is easy to fix: login in to MySQL as root: mysql -uroot -p enter your password when prompted That part fails here: # mysql -uroot -p Enter password: root passwd entered ERROR 1045 (28000): Access denied for

[gentoo-user] Re: Any one using www-apps/online-bookmarks

2008-01-22 Thread reader
Etaoin Shrdlu [EMAIL PROTECTED] writes: On Tuesday 22 January 2008, [EMAIL PROTECTED] wrote: OK, this one is easy to fix: login in to MySQL as root: mysql -uroot -p enter your password when prompted That part fails here: # mysql -uroot -p Enter password: root passwd entered

[gentoo-user] Re: Any one using www-apps/online-bookmarks

2008-01-22 Thread reader
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

Re: [gentoo-user] Re: Any one using www-apps/online-bookmarks

2008-01-22 Thread James Ausmus
On Jan 22, 2008 2:02 PM, [EMAIL PROTECTED] 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

[gentoo-user] Re: Any one using www-apps/online-bookmarks

2008-01-21 Thread reader
Jason Carson [EMAIL PROTECTED] writes: You may have to emerge php with the apache2 USE flag if it still doesn't work. When I emerged the bookmarks package it pulled in php and I see apache2 was one of the useflags used. -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] Re: Any one using www-apps/online-bookmarks

2008-01-21 Thread reader
James Ausmus [EMAIL PROTECTED] writes: Haven't used online-bookmarks before myself, but it soulds like Apache isn't configured properly for PHP scripts - try *adding* the following to your /etc/conf.d/apache2 file in the APACHE2_OPTS line (inside the double-quotes): -D PHP -D PHP5 and then

Re: [gentoo-user] Re: Any one using www-apps/online-bookmarks

2008-01-21 Thread James Ausmus
On Jan 21, 2008 7:49 PM, [EMAIL PROTECTED] wrote: snip So I tried adding a passwd leaving the rest as is.. That failed with: Access denied for user 'bookmarkmgr'@'localhost' (using password: YES) (YES was not what I inserted so I guess its just saying a passwd was used) I'm not really