1044 : Access Denied problem Create Table

2003-10-23 Thread David Bordas
Hi list, I've just a crazy problem with Mysql 4.0.15 (mysql-standard-4.0.15-pc-linux-i686.tar.gz). I have 2 user, root and Dstats. With root, i can do all i want (create database, create table ...). With Dstats i can't create table in a database. My Grant : grant all privileges on

Re: Access denied problem

2003-09-09 Thread Victoria Reznichenko
Michael Harly [EMAIL PROTECTED] wrote: I try to improve the security on the mysql and now I can't get into it. I get this massage. ?Access denied for user: '@localhost' to database 'mysql' ? It means that there is no entry in the table user for 'your_user'@'localhost'. Where 'your_user' is

Access denied problem

2003-09-08 Thread Michael Harly
I try to improve the security on the mysql and now I can't get into it. I get this massage. Access denied for user: '@localhost' to database 'mysql' Is the same throw webmin or phpMyAdmin Can anybody please help Im runnin Redhat 7.3 and mysql 3.23.56 /harly -- MySQL General Mailing List

MySQL access denied problem

2002-07-04 Thread Simas Cepaitis
Hello, I have a problem that happens periodically on my FreeBSD 4.6 box. Somehow MySQL (3.23.49) stops responding after some period. It doesn't allow to connect any user except root ( and it's not because max_connections, there aren't active connections at the time). The only thing that

Re: MySQL access denied problem

2002-07-04 Thread Dicky Wahyu Purnomo
Pada Thu, 4 Jul 2002 10:40:36 +0200 Simas Cepaitis [EMAIL PROTECTED] menulis : Hello, I have a problem that happens periodically on my FreeBSD 4.6 box. Somehow MySQL (3.23.49) stops responding after some period. It doesn't allow to connect any user except root ( and it's not

RE: MySQL access denied problem

2002-07-04 Thread Simas Cepaitis
Hello, -Original Message- From: Dicky Wahyu Purnomo [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 04, 2002 12:44 PM To: Simas Cepaitis Cc: [EMAIL PROTECTED] Subject: Re: MySQL access denied problem What was the error message appear when you try to log in with normal user

security concerns and 1044 access denied problem

2002-02-19 Thread PANG RAN
Hi gurus, Here's my problem: After installing binary version of mysql on sun, I try to add a new user and a new database, namely `dbuser' and `mydb', such that dbuser can access mydb but nothing else. However I found that if I do not grant dbuser 'select' privilege in mysql.user, dbuser

Access Denied problem in MS Access

2002-01-17 Thread Joe - Just For Fun
Hi I have been experiencing the following error when using MyODBC in Windows 2000 within Microsoft Access 2000 with MDAC Component 2.7: ODBC--call failed [TCX][MyODBC]Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) (#1045) The thing I can't understand is the problem does not

Re: access denied problem

2001-06-17 Thread Rolf Hopkins
the password, look up skip grants in the manual. - Original Message - From: chao cheng [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 17, 2001 3:40 Subject: access denied problem Hi, I just installed Mysql from source for Linux. When I type the following command: mysqladmin

access denied problem

2001-06-16 Thread chao cheng
Hi, I just installed Mysql from source for Linux. When I type the following command: mysqladmin -u root password mysql I got this error: mysqladmin:connect to server@localhost' failed error:'access denied for user:'root@localhost'(using password:NO)' Can some tell me how to correct this