On Thu, 2007-12-20 at 23:23 -0500, William Case wrote: > On Thu, 2007-12-20 at 17:34 -0500, William Case wrote: > > Thanks Craig; > > > > On Thu, 2007-12-20 at 11:23 -0700, Craig White wrote: > > > On Thu, 2007-12-20 at 13:17 -0500, William Case wrote: > > > > Hi; > [snip] > > > ---- > > > > > > > > 2) I keep getting email message from root. I use mutt for this. > > > > > > > > "Date: Thu, 20 Dec 2007 10:30:04 -0500 > > > > From: Cron Daemon <root@xxxxxxxxxxxxxxxxxxxxx> > > > > To: apache@xxxxxxxxxxxxxxxxxxxxx > > Subject: Cron <apache@CASE> cd /usr/share/bugzilla && env LANG=C > > > > /usr/share/bugzilla/whine.pl > Auto-Submitted: auto-generated > X-Cron-Env: <SHELL=/bin/sh> > X-Cron-Env: <HOME=/var/www> > X-Cron-Env: <PATH=/usr/bin:/bin> > X-Cron-Env: <LOGNAME=apache> > X-Cron-Env: <USER=apache> > > > Can't connect to the database. > Error: Access denied for user 'bugs'@'localhost' (using password: NO) > Is your database installed and up and running? > Do you have the correct username and password selected in localconfig? > > > ---- > > mysqld installed? > > mysqld is installed and running. > > > > ---- > > > > > > > > 3) gnome-keyring-manager keeps asking me for my password. I have tried > > > > all the fixes e.g. fixing /etc/pam.d/gdm, and deleting ~/gnome2/keyrings > > > > etc. Nothing works. I went to bugzilla (I am relatively new at using > > > > bugzilla) and found two or three reported bugs that sound similar but > > > > not the same as my problem. I was unsure whether I should add a bug or > > > > just add my name to those that are close. ?? > > [snip] > > I am an mySQL newbie, but I have had it setup and running properly on F7 > without difficulty. My mysql password is also my login password. Could > the two password issues be related? ---- unless there is some linkage that I am unaware of, a GUI keyring-manager application would have nothing to do with mysql login at all. It's probably not a good expectation to be able to use mysql without at least some working knowledge... # mysql mysql mysql> select * from user where User = 'bugs'; Empty set (0.00 sec) mysql> select * from user where User = 'alfresco'; +-----------------------+----------+-------------------------------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+--------------+------------+-----------------------+------------------+--------------+-----------------+------------------+----------+------------+-------------+--------------+---------------+-------------+-----------------+ | Host | User | Password | Select_priv | Insert_priv | Update_priv | Delete_priv | Create_priv | Drop_priv | Reload_priv | Shutdown_priv | Process_priv | File_priv | Grant_priv | References_priv | Index_priv | Alter_priv | Show_db_priv | Super_priv | Create_tmp_table_priv | Lock_tables_priv | Execute_priv | Repl_slave_priv | Repl_client_priv | ssl_type | ssl_cipher | x509_issuer | x509_subject | max_questions | max_updates | max_connections | +-----------------------+----------+-------------------------------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+--------------+------------+-----------------------+------------------+--------------+-----------------+------------------+----------+------------+-------------+--------------+---------------+-------------+-----------------+ | localhost | alfresco | OBSCURED | N | N | N | N | N | N | N | N | N | N | N | N | N | N | N | N | N | N | N | N | N | | | | | 0 | 0 | 0 | | localhost.localdomain | alfresco | OBSCURED | N | N | N | N | N | N | N | N | N | N | N | N | N | N | N | N | N | N | N | N | N | | | | | 0 | 0 | 0 | +-----------------------+----------+-------------------------------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+--------------+------------+-----------------------+------------------+--------------+-----------------+------------------+----------+------------+-------------+--------------+---------------+-------------+-----------------+ 2 rows in set (0.01 sec) obviously User 'bugs' doesn't exist but user 'Alfresco' does exist Craig