Re: Access denied on use mysql;

2002-03-22 Thread Liyju Janardhan
: Access denied on use mysql; Kathy I see. - Original Message - From: Kathy Reyes [EMAIL PROTECTED] To: alan4100 [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, March 21, 2002 12:48 PM Subject: Re: Access denied on use mysql; I just gave up, everything

Re: Access denied on use mysql;

2002-03-22 Thread Victoria Reznichenko
Kathy, Thursday, March 21, 2002, 7:48:10 PM, you wrote: KR I just gave up, everything that I tried did not work. KR I killed mysql and then KR started with safe_mysql --skip-grant-tables KR then I was able to connect to mysql without an error. KR But when I tried to KR Grant all on mysql.*

Re: Access denied on use mysql;

2002-03-22 Thread Brian Reichert
On Thu, Mar 21, 2002 at 08:13:16PM -0500, alan4100 wrote: mysql Hi Colin, I wish I can be able to live chat with you, but because of my hearing impaired...it would not be possible..But what is the real problem? A few days ago I got assistance from others on my Mysql problem. It has

Re: Access denied on use mysql;

2002-03-22 Thread alan4100
mysql Brian, Fine...lots of typing.:)

Fw: Access denied on use mysql;

2002-03-21 Thread Victoria Reznichenko
Kathy, Wednesday, March 20, 2002, 7:27:31 PM, you wrote: KR I cant figure out how I have lost access to 'mysql' (default) database. When KR I attempt to use mysql on my Linux machine I get the error message ERROR KR 1045: Access denied for user: 'root@localhost' (Using password: NO) Kathy,

Re: Fw: Access denied on use mysql;

2002-03-21 Thread Liyju Janardhan
I've looked every where on my linux machine and cant find it. Thanks all!!! - Original Message - From: alan4100 [EMAIL PROTECTED] To: Kathy Reyes [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 11:59 AM Subject: Re: Access denied on use mysql; Kathy, First please cc

Re: Access denied on use mysql;

2002-03-21 Thread alan4100
mysql Hello Kathy, How have you made out with access to mysql?

Re: Access denied on use mysql;

2002-03-21 Thread Kathy Reyes
Command. - Original Message - From: alan4100 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 21, 2002 11:07 AM Subject: Re: Access denied on use mysql; mysql Hello Kathy, How have you made out with access to mysql

Re: Access denied on use mysql;

2002-03-21 Thread alan4100
mysql Kathy, I see..

Re: Access denied on use mysql;

2002-03-21 Thread Kathy Reyes
[EMAIL PROTECTED] Sent: Thursday, March 21, 2002 2:55 PM Subject: Re: Access denied on use mysql; Kathy I see. - Original Message - From: Kathy Reyes [EMAIL PROTECTED] To: alan4100 [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, March 21, 2002 12:48 PM Subject: Re: Access

Re: Access denied on use mysql;

2002-03-21 Thread Gerald Clark
: Re: Access denied on use mysql; mysql Hello Kathy, How have you made out with access to mysql? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com

Re: Access denied on use mysql;

2002-03-21 Thread alan4100
] Sent: Thursday, March 21, 2002 3:21 PM Subject: Re: Access denied on use mysql; Now I have a different problem. When I type mysql it gives me the message Access denied for user: 'root@localhost' (Using password: NO) how do I get it to use the password. When I type mysql -u root -p I get

Re: Access denied on use mysql;

2002-03-21 Thread alan4100
mysql kathy, What would happen if you type in mysql -u root -p then type in use mysql

Re: Access denied on use mysql;

2002-03-21 Thread Colin Faber
alan, Given the large amount of postings you've made to this list, I suggest that you may be bettered helped via live chat. You can do so by using the mysqldeveloper.com Live Chat system: http://www.mysqldeveloper.com/chat/ which connects you to the #mysql support channel on the EFnet IRC

Re: Access denied on use mysql;

2002-03-21 Thread alan4100
mysql Hi Colin, I wish I can be able to live chat with you, but because of my hearing impaired...it would not be possible..But what is the real problem? A few days ago I got assistance from others on my Mysql problem. It has been fixed and everything works fine. But I am still having

Re: Access denied on use mysql;

2002-03-20 Thread alan4100
: [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 11:47 PM Subject: Re: Access denied on use mysql; alan4100: If you reply to this, please CC the list. Keep reading the manual while you try things. From your questions, I am wondering if you are not reading the manual, or are just too impatient

Re: Access denied on use mysql;

2002-03-20 Thread Kathy Reyes
have lost complete access to 'mysql' datebase - Original Message - From: alan4100 [EMAIL PROTECTED] To: Joel Rees [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 9:30 AM Subject: Re: Access denied on use mysql; Joel, I have read the manual related to windows

Re: Access denied on use mysql;

2002-03-20 Thread alan4100
, 2002 12:30 AM Subject: Re: Access denied on use mysql; Hi Alan, I am using mysql on linux, so I suggest you to send cc to the list, let others help you. How do you get into mysql? Hope ur doing the following. $mysql -u root -p Since you dont have the password you can use $mysql

Re: Access denied on use mysql;

2002-03-20 Thread alan4100
: Re: Access denied on use mysql; alan4100: If you reply to this, please CC the list. Keep reading the manual while you try things. From your questions, I am wondering if you are not reading the manual, or are just too impatient and are trying things before you read the whole story

Re: Access denied on use mysql;

2002-03-20 Thread Doug Thompson
Odd, I think it does a very good job of helping troubleshoot: http://www.mysql.com/doc/A/c/Access_denied.html On Wed, 20 Mar 2002 09:30:48 -0500, alan4100 wrote: And does not explain at all when mysql -u root -p does not work.

Re: Access denied on use mysql;

2002-03-20 Thread alan4100
: Access denied on use mysql; I've tried everything thats in this email and nothing seems to work for me. I think my situation is a little different because I had access to my database originally but now I cant connect I can sign on as kreyes but I cant sign on as root. I can even sign in as ODBC

Re: Access denied on use mysql;

2002-03-20 Thread Kathy Reyes
have lost complete access to 'mysql' datebase - Original Message - From: alan4100 [EMAIL PROTECTED] To: Liyju Janardhan [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 10:26 AM Subject: Re: Access denied on use mysql; Hi Liyju, Before answering your note, I need

Re: Access denied on use mysql;

2002-03-20 Thread alan4100
:54 AM Subject: Re: Access denied on use mysql; I signed in as follows mysql -h localhost -u kreyes. mysql is installed on a linux machine and I am connecting remotely from a Windows 2000 machine. When I had access as root I was able to add users and grants. I didnt give myself access

Fw: Access denied on use mysql;

2002-03-20 Thread Kathy Reyes
Reyes [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 11:59 AM Subject: Re: Access denied on use mysql; Kathy, First please cc to [EMAIL PROTECTED] . There are others who want to read it. But you said earlier about emails that did not do much of help. I was lucky. Perhaps you have to wait

Re: Access denied on use mysql;

2002-03-20 Thread alan4100
, March 20, 2002 8:36 PM Subject: Re: Access denied on use mysql; Generally, yes. I have used the procedures to troubleshoot win98 and linux problems. Certainly some of the items are particular to one OS or another, but that's usually pretty well identified. I have no practical experience

Re: Access denied on use mysql;

2002-03-19 Thread Joel Rees
localhost -u ODBC Okay, you logged on as your ODBC driver. Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 19 to server version: 3.23.44-nt Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql use mysql ERROR 1044: Access denied for user

Access denied on use mysql;

2002-03-18 Thread alan4100
| +-+ | Meet_a_Geek | | database05 | | db001 | | db002 | | mrbs| | mysql | | sample_db | | shopcart| | test| +-+ 9 rows in set (0.02 sec) ***mysql use mysql; ERROR 1044: Access denied for user: 'localhost' to database 'mysql' mysql

Re: Access denied on use mysql;

2002-03-18 Thread Joel Rees
It looks like you need a root kit. No. A root canal. No, wait! That's not right, either. ;) alan4100 queried: [snipped] C:\mysql\binmysql [snipped] ***mysql use mysql; ERROR 1044: Access denied for user: '@localhost' to database 'mysql' I know the manual takes a lot of reading

Re: Access denied on use mysql;

2002-03-18 Thread Liyju Janardhan
) ***mysql use mysql; ERROR 1044: Access denied for user: '@localhost' to database 'mysql' mysql use mysql -root ERROR 1044: Access denied for user: '@localhost' to database 'mysql' do the following: mysqlgrant all on test.* to user@localhost identified by 'password'; $mysqladmin reload