Re: bugzilla not working now after MySQL re-installed

2004-07-06 Thread Egor Egorov
"Nguyen, Long P (Mission Systems)" <[EMAIL PROTECTED]> wrote: > Your thoughts on this would be appreciated. > MySQL was re-installed and now Bugzilla is not working now I am getting this error > when I bring up - http://localhost/bugzilla/ > The scripts were lookin

RE: bugzilla not working now after MySQL re-installed

2004-07-02 Thread Yiannis Mavroukakis
annis Mavroukakis; [EMAIL PROTECTED] Subject: RE: bugzilla not working now after MySQL re-installed The 'mysql.sock' file is at /var/lib/mysql/mysql.sock with a size of 0 Does this look right? [EMAIL PROTECTED] mysql]# pwd /var/lib/mysql [EMAIL PROTECTED] mysql]# ls -l mysql.sock srwxrwx

Re: bugzilla not working now after MySQL re-installed

2004-07-01 Thread Hassan Schroeder
Nguyen, Long P (Mission Systems) wrote: I re-installed it this time by rpm / Same version but by rpm. / I noticed that my databases are not there anymore when I do a > 'show databases'. I just need to get Bugzilla to run the checksetup.pl script and it will go and create what it needs. but the

RE: bugzilla not working now after MySQL re-installed

2004-07-01 Thread Nguyen, Long P (Mission Systems)
m: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 12:23 PM To: [EMAIL PROTECTED] Subject: RE: bugzilla not working now after MySQL re-installed The original error might be slightly more cryptic than it intends. It is saying that it cannot connect to your db through /tmp/

RE: bugzilla not working now after MySQL re-installed

2004-07-01 Thread Nguyen, Long P (Mission Systems)
rpm and the compile install is there? -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 12:20 PM To: [EMAIL PROTECTED] Subject: Re: bugzilla not working now after MySQL re-installed Nguyen, Long P (Mission Systems) wrote: > yes.. below: &g

RE: bugzilla not working now after MySQL re-installed

2004-07-01 Thread Yiannis Mavroukakis
PROTECTED] Sent: 01 July 2004 17:07 To: Hassan Schroeder; [EMAIL PROTECTED] Subject: RE: bugzilla not working now after MySQL re-installed yes.. below: [EMAIL PROTECTED] root]# mysql -u bugs -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 7 to

RE: bugzilla not working now after MySQL re-installed

2004-07-01 Thread Nguyen, Long P (Mission Systems)
abase installed and [Thu Jul 1 12:32:14 2004] checksetup.pl: up and running? Do you have the correct username and password selected in [Thu Jul 1 12:32:14 2004] checksetup.pl: localconfig? AHA [Thu Jul 1 12:32:14 2004] checksetup.pl: [EMAIL PROTECTED] bugzilla-2.16.5]# -----Original Message-

Re: bugzilla not working now after MySQL re-installed

2004-07-01 Thread Hassan Schroeder
Nguyen, Long P (Mission Systems) wrote: yes.. below: [EMAIL PROTECTED] root]# mysql -u bugs -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 7 to server version: 4.0.20-standard Uh, OK. You said MySQL was "re-installed" -- why? Was it the sam

RE: bugzilla not working now after MySQL re-installed

2004-07-01 Thread Nguyen, Long P (Mission Systems)
ysql> -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 11:52 AM To: [EMAIL PROTECTED] Subject: Re: bugzilla not working now after MySQL re-installed Nguyen, Long P (Mission Systems) wrote: > I tried this and get a 0 affect below.. &g

Re: bugzilla not working now after MySQL re-installed

2004-07-01 Thread Hassan Schroeder
Nguyen, Long P (Mission Systems) wrote: I tried this and get a 0 affect below.. mysql> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX, ALTER,CREATE,DROP,REFERENCES ON bugs.* TO [EMAIL PROTECTED] IDENTIFIED BY 'marvin'; Query OK, 0 rows affected (0.00 sec) OK, I assume 'bugs' and 'marvin' are the values i

RE: bugzilla not working now after MySQL re-installed

2004-07-01 Thread Nguyen, Long P (Mission Systems)
age- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 11:34 AM To: [EMAIL PROTECTED] Subject: Re: bugzilla not working now after MySQL re-installed Nguyen, Long P (Mission Systems) wrote: > MySQL is running.. OK, that's /half/ the question :-) > H

Re: bugzilla not working now after MySQL re-installed

2004-07-01 Thread Hassan Schroeder
Nguyen, Long P (Mission Systems) wrote: MySQL is running.. OK, that's /half/ the question :-) Have you *tried* accessing it from the command-line client, using the username/password set in your "localconfig"? Does the username and password in localconfig get you into the DB using the MySQL client?

RE: bugzilla not working now after MySQL re-installed

2004-07-01 Thread Nguyen, Long P (Mission Systems)
Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 10:38 AM To: Nguyen, Long P (Mission Systems); [EMAIL PROTECTED] Subject: Re: bugzilla not working now after MySQL re-installed Nguyen, Long P (Mission Systems) wrote: > Your thoughts on this would

Re: bugzilla not working now after MySQL re-installed

2004-07-01 Thread Hassan Schroeder
Nguyen, Long P (Mission Systems) wrote: Your thoughts on this would be appreciated. MySQL was re-installed ,,, Can't connect to the mysql database. Is the database installed and up and running? Do you have the correct username and password selected in localconfig? What else do you need besides