Access Denied for User: root@127.0.0.1(Using password: NO)

2003-06-30 Thread Ola Ogunneye
phpmyadmin, but I cannot get into the database anymore. All I get is: MySql Said: Access Denied for user: [EMAIL PROTECTED] (Using password: NO) This situation has happened 3 times and I had to reinstall MySql and start from scratch. Can someone please point me in the right direction

RE: Access Denied for User: root@127.0.0.1(Using password: NO)

2003-06-30 Thread Twibell, Cory L
Did you flush the privileges after you gave root a password? The error you get is a result of not using a password to login. -Original Message- From: Ola Ogunneye [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 6:05 PM To: [EMAIL PROTECTED] Subject: Access Denied for User: [EMAIL

RE: Access Denied for User: root@127.0.0.1(Using password: NO)

2003-06-30 Thread Asif Iqbal
. -Original Message- From: Ola Ogunneye [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 6:05 PM To: [EMAIL PROTECTED] Subject: Access Denied for User: [EMAIL PROTECTED](Using password: NO) Please somebody help me. I have installed MySql 4.0.13 and it works up until I try

Re: Access denied for user: '@localhost' to database 'mysql'

2003-06-24 Thread Roman Neuhauser
'; that's quite a bug there, and you should report it to the authors. Figured it just let root log in from anywhere. almost. it lets root in from anywhere *except* localhost. Access denied for user: '@localhost' to database 'mysql' right. -- If you cc me or remove the list(s

Access denied for user: '@localhost' to database 'mysql'

2003-06-19 Thread Jeff Weeks
in mysql anymore. When I do \s it shows the user as '[EMAIL PROTECTED]'. But when I try to look at tables in mysql it thinks the user is only '@localhost'. The error I get is: Access denied for user: '@localhost' to database 'mysql' Anyone know wassup? Thanks. Jeff -- MySQL General

Access denied

2003-06-13 Thread Ronan Lucio
Hi All, I created a user dfn and I granted access to only the database dfn. Now, if I log as dfn user query for SHOW DATABASES, mysql returns me the error: ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) Would anybody know what could be wrong? Thank's Ronan

RE: Access denied

2003-06-13 Thread Mike Hillyer
To: [EMAIL PROTECTED] Subject: Access denied Hi All, I created a user dfn and I granted access to only the database dfn. Now, if I log as dfn user query for SHOW DATABASES, mysql returns me the error: ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) Would anybody know

Re: Access denied

2003-06-13 Thread Steven Hong
DATABASES, mysql returns me the error: ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) Would anybody know what could be wrong? Thank's Ronan -- ++ Steven Hong [EMAIL PROTECTED] CISSP, RHCE, CCNA, SCNA, SCJP, MCSE, MCSD, MCT -- MySQL General

Re: Access denied

2003-06-13 Thread Ronan Lucio
Mike, On Fri, 13 Jun 2003 08:38:32 -0600 Mike Hillyer [EMAIL PROTECTED] wrote: Did you GRANT SHOW DATABASES to the user? If not then they will not be able to use the command. The SHOW DATABASES GRANT clause is a new addition. I'm sorry but I don't have experience with MySQL. Actually, I

RE: Access denied

2003-06-13 Thread Mike Hillyer
GRANT SHOW DATABASES will allow a user to see all databases, whether the user can access them or not. -Original Message- From: Ronan Lucio [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 8:56 AM To: Mike Hillyer Cc: [EMAIL PROTECTED] Subject: Re: Access denied Mike, On Fri, 13

Re: Access denied

2003-06-13 Thread Ronan Lucio
Mike, On Fri, 13 Jun 2003 08:59:09 -0600 Mike Hillyer [EMAIL PROTECTED] wrote: GRANT SHOW DATABASES will allow a user to see all databases, whether the user can access them or not. How should I securely grant SHOW DATABASES to an user? GRANT SHOW DATABASES ON mysql.db to [EMAIL PROTECTED];

Re: Access denied

2003-06-13 Thread Ronan Lucio
www.vbmysql.com -Original Message- From: Ronan Lucio [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 11:04 AM To: Mike Hillyer Cc: [EMAIL PROTECTED] Subject: Re: Access denied Mike, On Fri, 13 Jun 2003 08:59:09 -0600 Mike Hillyer [EMAIL PROTECTED] wrote: GRANT SHOW

Re: Access denied

2003-06-13 Thread Paul DuBois
At 14:20 -0300 6/13/03, Ronan Lucio wrote: Mike, I forgot to say I'm using mysql-3.23.52 The SHOW DATABASES privilege is not relevant until MySQL 4.0.2. Perhaps, this GRANT option do not work for this version, look: - mysql grant show databases to dfn@%; ERROR 1064:

MySQL access denied

2003-04-06 Thread Jon L. Miller
the database via a web browser. This is a internal system: Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: NO) in /var/www/html/phpMyAdmin/lib.inc.php3 on line 255 Warning: MySQL Connection Failed: Access denied for user: '[EMAIL PROTECTED]' (Using password: NO) in /var/www/html

RE: MySQL access denied

2003-04-06 Thread Andrew
this as it says is an incorrect username or password Andrew -Original Message- From: Jon L. Miller [mailto:[EMAIL PROTECTED] Sent: 06 April 2003 10:42 To: [EMAIL PROTECTED] Subject: MySQL access denied I'm having a problem accessing MySQL via phpMyAdmin. I've inserted in the 1st line

DBCP and ERROR 1045: Access denied for user: '@127.0.0.1' (Using password: NO)

2003-04-04 Thread abjett
1045 Access Denied for user:'@127.0.0.1' (Using password:NO). I am attempting to setup DBCP and get the above message while trying to setup the user. (The document for the DBCP setup is at: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how to.html, see MySQL DBCP Example

Re: DBCP and ERROR 1045: Access denied for user: '@127.0.0.1' (Using password: NO)

2003-04-04 Thread Mark Matthews
] IDENTIFIED BY 'javadude' WITH GRANT OPTION; | Produces this error: ERROR 1045 Access Denied for user:'@127.0.0.1' | (Using password:NO). | | I am attempting to setup DBCP and get the above message while trying to | setup the user. (The document for the DBCP setup is at: | http://jakarta.apache.org

Re: ERROR 1045: Access denied for user:

2003-03-07 Thread Steve Pirk
the DNS name on the local machine, I get: shell mysql -h 192.168.1.24 -u test -p ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) I have even tried connecting using the IP address. I have poured over the docs, and have tried all the scenarios of add

Re: ERROR 1045: Access denied for user:

2003-03-07 Thread Steve Pirk
to localhost, I can connect fine. If I connect from another machine, or just use the DNS name on the local machine, I get: shell mysql -h 192.168.1.24 -u test -p ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) I have even tried connecting using the IP address. I have

RE: ERROR 1045: Access denied for user:

2003-03-07 Thread Steve Pirk
: Access denied for user: Hi Steve, Really silly question, but you are reloading the tables once you change the grants, aren't you :-) mysqladmin -p reload B. In response to your mail sent on Friday, March 07, 2003 at 10:48:06 AM. Mysql version 3.23.55 Slackware linux 8.0 Mysql version

Re: ERROR 1045: Access denied for user:

2003-03-07 Thread Paul DuBois
test -p ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) I have even tried connecting using the IP address. I have poured over the docs, and have tried all the scenarios of add hostnames to /etc/hosts etc. I even complied from source (glibc problem). No luck

Re: ERROR 1045: Access denied for user:

2003-03-07 Thread Steve Pirk
That was a great suggestion (getting rid of the blank user), but alas, it did not work. Here are the three examples: (first one fail because the blank user was removed) [EMAIL PROTECTED]:~$ mysql ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: NO) [EMAIL PROTECTED

Re: ERROR 1045: Access denied for user:

2003-03-07 Thread Steve Pirk
I just installed the standard-4.0.11 binary and the same problem exists. Error 1130: this host is not allowed to connect. Run the grant and flush privs. Access denied... -- Steve (egrep) On Fri, 7 Mar 2003, Steve Pirk wrote: That was a great suggestion (getting rid of the blank user

Re: ERROR 1045: Access denied for user:

2003-03-07 Thread gerald_clark
]:~$ mysql ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: NO) [EMAIL PROTECTED]:~$ mysql -u depot -h localhost -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 5711 to server version: 3.23.55 Type 'help;' or '\h' for help

Re: ERROR 1045: Access denied for user:

2003-03-07 Thread Steve Pirk
), but alas, it did not work. Here are the three examples: (first one fail because the blank user was removed) [EMAIL PROTECTED]:~$ mysql ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: NO) [EMAIL PROTECTED]:~$ mysql -u depot -h localhost -p Enter password: Welcome

ERROR 1045: Access denied for user:

2003-03-06 Thread Steve Pirk
| --- | % | user | If I coonect to the database without a host, or with host set to localhost, I can connect fine. If I connect from another machine, or just use the DNS name on the local machine, I get: shell mysql -h 192.168.1.24 -u test -p ERROR 1045: Access denied for user: '[EMAIL PROTECTED

Re: ERROR 1045: Access denied for user:

2003-03-06 Thread Ben Balbo
, or with host set to localhost, I can connect fine. If I connect from another machine, or just use the DNS name on the local machine, I get: shell mysql -h 192.168.1.24 -u test -p ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) I have even tried connecting using the IP

RE: ERROR 1045: Access denied for user:

2003-03-06 Thread Roger Davis
Or mysql flush privileges; Roger -Original Message- From: Ben Balbo [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 7:08 PM To: MySQL List Subject: Re: ERROR 1045: Access denied for user: Hi Steve, Really silly question, but you are reloading the tables once you change

ERROR 1044: Access denied after upgrade to MySQL 4.0.11a-gamma

2003-03-03 Thread John Hughes
I have an application that has stopped working after the ISP upgraded from MySQL 3.23.36 to MySQL 4.0.11a-gamma-log All I'm told is: ERROR 1044: Access denied for user: '[EMAIL PROTECTED]' to database 'jomaridb' This is a commercial server so I have no access to the mySQL install. I'd

Access Denied Help Needed

2003-02-20 Thread Jeremy Whitlock
MySQL-List, I have just installed MySQL on a Windows 2K machine. I followed the directions to make it secure and now I'm getting the Access Denied error. I found in the manual that I should create a hosts file to fix this. Where do I put it? From what I see, in the C:\mysql\bin folder, I

Re: Access Denied Help Needed

2003-02-20 Thread Sunfire
- Original Message - From: Jeremy Whitlock [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 20, 2003 5:54 PM Subject: Access Denied Help Needed MySQL-List, I have just installed MySQL on a Windows 2K machine. I followed the directions to make it secure and now I'm

Re: Access Denied Help Needed

2003-02-20 Thread Jerry
C:\WINNT\system32\drivers\etc There should be one there by default Jerry - Original Message - From: Sunfire [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 20, 2003 11:32 PM Subject: Re: Access Denied Help Needed if i remember right you should make a hosts file in c

Access denied 3.23.55

2003-02-18 Thread Juri Shimon
(0.00 sec) C:\mysqlmysql -u b R ERROR 1044: Access denied for user: 'b@localhost' to database 'r' On 3.23.48 it work OK...8( WBR - Before posting, please check: http://www.mysql.com/manual.php (the manual) http

Access denied ...

2003-02-04 Thread D Bamud
) Then I tried using -S /var/lib/mysql/mysql.soc and it worked. My main objective is to access the database via Java. When I try to get the connection I get the error as 'Access denied ' I suspect that the socket information need to be provided somewhere in the jdbc:mysql://localhost:3306/mydb

Access denied database privilege question

2003-01-22 Thread David Bordas
this : Failed to connect to database: 1044 Error: Access denied for user: '[EMAIL PROTECTED]' to database 'MYDB' 2006 : MySQL server has gone away All is working well, except sometimes i have such errors each day during a small period of time and all is going back well later ... I see that restarting

re: Can't connect to MySQL server Access denied for root

2003-01-14 Thread Egor Egorov
out Seems, you have no running MySQL server on host 'hostname'. shellmysqladmin -u root password 'new-password' mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user: 'root@localhost' (Using password: NO)' But you have already set up a password for 'root'. Try

Can't connect to MySQL server Access denied for root

2003-01-13 Thread Adrian Bucur
: 'Access denied for user: 'root@localhost' (Using password: NO)' I can only use mysql with mysql user: shellmysql -u mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 9 to server version: 3.23.54 Type 'help;' or '\h' for help. Type '\c' to clear the buffer

RE: Can't connect to MySQL server Access denied for root

2003-01-13 Thread Loren McDonald
: 'Access denied for user: 'root@localhost' (Using password: NO)' I can only use mysql with mysql user: shellmysql -u mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 9 to server version: 3.23.54 Type 'help;' or '\h' for help. Type '\c' to clear

Strange [Access denied for user], please help !!!

2002-12-26 Thread David Bordas
Hi all, I've some problem with my Mysql servers since the beginning of last week :( I've upgrade mysql from 3.23.53a to 3.23.54a and i still have same errors :( I've got plenty of error like this : Failed to connect to database: Error: Access denied for user: ´[EMAIL PROTECTED]´ to database

re: mysqladmin access denied error

2002-12-22 Thread Egor Egorov
-this appears to work fine. However as user1 in the solaris shell, when I run: $:/usr/local/mysql/bin/mysqlimport db1 table1.txt I get : /usr/local/mysql/bin/mysqlimport: Error: Access denied for user: 'user1@localhost' (Using password: NO), when using table: table1 So how can I allow a user

re: mysqladmin access denied error

2002-12-22 Thread Egor Egorov
-this appears to work fine. However as user1 in the solaris shell, when I run: $:/usr/local/mysql/bin/mysqlimport db1 table1.txt I get : /usr/local/mysql/bin/mysqlimport: Error: Access denied for user: 'user1@localhost' (Using password: NO), when using table: table1 So how can I allow a user

re: mysqladmin access denied error

2002-12-21 Thread Egor Egorov
-this appears to work fine. However as user1 in the solaris shell, when I run: $:/usr/local/mysql/bin/mysqlimport db1 table1.txt I get : /usr/local/mysql/bin/mysqlimport: Error: Access denied for user: 'user1@localhost' (Using password: NO), when using table: table1 So how can I allow a user

re: mysqladmin access denied error

2002-12-21 Thread Egor Egorov
-this appears to work fine. However as user1 in the solaris shell, when I run: $:/usr/local/mysql/bin/mysqlimport db1 table1.txt I get : /usr/local/mysql/bin/mysqlimport: Error: Access denied for user: 'user1@localhost' (Using password: NO), when using table: table1 So how can I allow a user

mysqlimport access denied errors

2002-12-20 Thread Imran Khan
run the following from the shell prompt: $:/usr/local/mysql/bin/mysqlimport db1 table1.txt I get: /usr/local/mysql/bin/mysqlimport: Error: Access denied for user: 'user1@localhost' (Using password: NO), when using table: table1 -- I want this user 'user1' to be able to run the mysqlimport

mysqladmin access denied error

2002-12-20 Thread Imran Khan
in the solaris shell, when I run: $:/usr/local/mysql/bin/mysqlimport db1 table1.txt I get : /usr/local/mysql/bin/mysqlimport: Error: Access denied for user: 'user1@localhost' (Using password: NO), when using table: table1 So how can I allow a user to run mysqlimport to my db1 database, and without a password

re: mysqladmin access denied error

2002-12-20 Thread Egor Egorov
-this appears to work fine. However as user1 in the solaris shell, when I run: $:/usr/local/mysql/bin/mysqlimport db1 table1.txt I get : /usr/local/mysql/bin/mysqlimport: Error: Access denied for user: 'user1@localhost' (Using password: NO), when using table: table1 So how can I allow a user

Re: mysqlimport access denied errors

2002-12-20 Thread Paul DuBois
. Try this instead: grant all on db1.* to user1@localhost However when as the solaris user 'user1', I run the following from the shell prompt: $:/usr/local/mysql/bin/mysqlimport db1 table1.txt I get: /usr/local/mysql/bin/mysqlimport: Error: Access denied for user: 'user1@localhost' (Using

Badly placed ()'s and also access denied

2002-12-20 Thread Gary Hostetler
Being the newbie that I am I get this Badly placed ()'swhen I try to do a mysql_connect(localhost,gary,password); I have a php script that gives me a Access denied for user: 'gary@localhost' to database 'CONTACT'Can't Select CONTACT1046: No Database Selected When the runs. I

SQL Get access denied when trying to create a database

2002-12-20 Thread Gary Hostetler
Now I get an access denied even trying to create a mysql database which is weird because I just created one an hour ago the same way. Thanks Gary - Before posting, please check: http://www.mysql.com/manual.php (the manual

RE: Badly placed ()'s and also access denied

2002-12-20 Thread Jennifer Goodie
:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 8:28 AM To: [EMAIL PROTECTED] Subject: Badly placed ()'s and also access denied Being the newbie that I am I get this Badly placed ()'swhen I try to do a mysql_connect(localhost,gary,password); I have a php script that gives me

Re: Badly placed ()'s and also access denied

2002-12-20 Thread Gary Hostetler
- From: Gary Hostetler [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 8:28 AM To: [EMAIL PROTECTED] Subject: Badly placed ()'s and also access denied Being the newbie that I am I get this Badly placed ()'swhen I try to do a mysql_connect(localhost,gary,password); I

RE: SQL Get access denied when trying to create a database

2002-12-20 Thread Jennifer Goodie
Hostetler [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 8:59 AM To: [EMAIL PROTECTED] Subject: SQL Get access denied when trying to create a database Now I get an access denied even trying to create a mysql database which is weird because I just created one an hour ago the same way. Thanks

RE: SQL Get access denied when trying to create a database

2002-12-20 Thread Gary Hostetler
PROTECTED] Subject: SQL Get access denied when trying to create a database Now I get an access denied even trying to create a mysql database which is weird because I just created one an hour ago the same way. Thanks Gary - Before

access denied 1045

2002-11-16 Thread Zinneken
@localhost password and I beleive this is the source of my proble. When trying to do anything password related mysql I get errors ERROR 1045: Access denied for user: 'root@localhost' The errors start at the basic basis: shell mysql -u root test Having looked at the help pages it seems (thanks to Joerg

RE: access denied 1045

2002-11-16 Thread Peter Lovatt
: Zinneken [mailto:[EMAIL PROTECTED]] Sent: 16 November 2002 10:31 To: [EMAIL PROTECTED] Subject: access denied 1045 I'm completely new to mysql. I've been hunting all over the web and mysql help/documentation but could not find a working solution to my problem. I installed mysql on a RAQ4 from

re: access denied

2002-11-12 Thread Egor Egorov
Inbal, Monday, November 11, 2002, 7:10:49 PM, you wrote: IO I am working with mysql, in windows, visual c++. IO I am trying to run this query from c++ program: IO select * into outfile 'table_name.txt' FIELDS TERMINATED BY '\t' ESCAPED BY IO '\0' LINES TERMINATED BY '\r' from table_name IO And

access denied

2002-11-11 Thread Inbal Ovadia
Hi all I am working with mysql, in windows, visual c++. I am trying to run this query from c++ program: select * into outfile 'table_name.txt' FIELDS TERMINATED BY '\t' ESCAPED BY '\0' LINES TERMINATED BY '\r' from table_name And i get exception with this error: access is denied for user

Re: access denied

2002-11-11 Thread R. Hannes Niedner
On 11/11/02 9:10 AM, Inbal Ovadia [EMAIL PROTECTED] wrote: Hi all I am working with mysql, in windows, visual c++. I am trying to run this query from c++ program: select * into outfile 'table_name.txt' FIELDS TERMINATED BY '\t' ESCAPED BY '\0' LINES TERMINATED BY '\r' from table_name

re: RE: Error connecting to Mysql via Apache/PHP - Access Denied (Newbie)

2002-11-11 Thread Egor Egorov
CZachary, Friday, November 08, 2002, 6:51:03 PM, you wrote: Cawdc I tried this. The error I received is: error: 'Access denied for user: Cawdc 'root@localhost' (Using password: NO)' Cawdc Is there another option? Does user 'root' have a password? If yes, you must use -p option to specify

Error connecting to Mysql via Apache/PHP - Access Denied (Newbie)

2002-11-08 Thread CZachary
Hello all, I'm a newbie to Mysql. I just installed mysql 3.23.53 on Solaris 7. I am running Apache 2.0.42 and PHP 4.2.3. I am trying to connect to my Mysql DB via Apache and PHP, but I get the following error: Warning: MySQL Connection Failed: Access denied for user: 'root@jws-portald' (Using

RE: Error connecting to Mysql via Apache/PHP - Access Denied (Newbie)

2002-11-08 Thread Dan Rossi
mysqladmin -u root password setpassword ? and dont use root for normal access -Original Message- From: [EMAIL PROTECTED] [mailto:CZachary;wiley.com] Sent: Saturday, November 09, 2002 2:51 AM To: [EMAIL PROTECTED] Subject: Error connecting to Mysql via Apache/PHP - Access Denied (Newbie

RE: Error connecting to Mysql via Apache/PHP - Access Denied (Newbie)

2002-11-08 Thread CZachary
I tried this. The error I received is: error: 'Access denied for user: 'root@localhost' (Using password: NO)' Is there another option? |-+ | | Dan Rossi | | | daniel@electrote| | | que.org

Re: Error connecting to Mysql via Apache/PHP - Access Denied(Newbie)

2002-11-08 Thread Mertens Bram
On Fri, 2002-11-08 at 16:51, [EMAIL PROTECTED] wrote: I am trying to connect to my Mysql DB via Apache and PHP, but I get the following error: Warning: MySQL Connection Failed: Access denied for user: 'root@jws-portald' (Using password: YES) in helloSql.php on line 3 Could not connect Can

RE: Error connecting to Mysql via Apache/PHP - Access Denied (Newbie)

2002-11-08 Thread Black, Kelly W [PCS]
, query ~Kelly W. Black -Original Message- From: Mertens Bram [mailto:bram-mertens;linux.be] Sent: Friday, November 08, 2002 9:55 AM To: mysql mailing list Subject: Re: Error connecting to Mysql via Apache/PHP - Access Denied (Newbie) On Fri, 2002-11-08 at 16:51, [EMAIL PROTECTED] wrote: I

Re: access denied for user: root@localhost

2002-11-05 Thread Michael Gargiullo
use: mysqladmin -u root -p It will prompt you for the password On Tue, 2002-11-05 at 10:03, Jack Chen wrote: Dear all, When I ran the follwing command: $ mysqladmin -u root password PASSWORD mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user: 'root

Re: access denied for user: root@localhost

2002-11-05 Thread Jack Chen
' failed error: 'Access denied for user: 'root@localhost' (Using password: NO)' Could you inform me why? Thanks, Jack Jack Chen, Stein Lab, Cold Spring Harbor Labs 1 Bungtown Road, Cold Spring Harbor, NY, 11724 Tel: 1 516 3676904

Re: access denied for user: root@localhost

2002-11-05 Thread Michael Gargiullo
: use: mysqladmin -u root -p It will prompt you for the password On Tue, 2002-11-05 at 10:03, Jack Chen wrote: Dear all, When I ran the follwing command: $ mysqladmin -u root password PASSWORD mysqladmin: connect to server at 'localhost' failed error: 'Access

Re: access denied for user: root@localhost

2002-11-05 Thread Przemyslaw Popielarski
Jack Chen wrote: $ mysqladmin -u root password PASSWORD mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user: 'root@localhost' (Using password: NO)' Could you inform me why? That's why: $ mysqladmin -uroot -pyourpassword PASSWORD newpassword -- ./ premax

Re: access denied for user: root@localhost

2002-11-05 Thread Jack Chen
Thanks, but I still got complains that can't access server: 'Access denied for user: 'root@localhost' (Using password: YES) Is it possible that for some reason the password is wrong? You input is greatly appreaciated, Puzzled newbie, Jack Jack

Re: access denied for user: root@localhost

2002-11-05 Thread Michael Gargiullo
Just a question, did you ever change your password for Mysql? If not don't use the -p option mysqladmin -u root create testdb On Tue, 2002-11-05 at 11:08, Jack Chen wrote: Thanks, but I still got complains that can't access server: 'Access denied for user: 'root@localhost' (Using password

re: mysql: access denied for what?

2002-11-05 Thread Victoria Reznichenko
Jack, Tuesday, November 05, 2002, 4:20:58 AM, you wrote: JC After I made mysqld running, I then tried: JC mysql -u root JC ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO) JC What does this mean? It means that user 'root'@'localhost' without a password doesn't have

re: Re: access denied for user: root@localhost

2002-11-05 Thread Egor Egorov
Jack, Tuesday, November 05, 2002, 6:08:58 PM, you wrote: JC Thanks, but I still got complains that can't access server: JC 'Access denied for user: 'root@localhost' (Using password: YES) JC Is it possible that for some reason the password is wrong? Yup. If you don't remember 'root' password

mysql: access denied for what?

2002-11-04 Thread Jack Chen
Dear all, After I made mysqld running, I then tried: mysql -u root ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO) What does this mean? Thanks Jack Jack Chen, Stein Lab, Cold Spring Harbor Labs 1 Bungtown Road, Cold

[Fwd: 3rd Attempt: Fwd: Access Denied (1045)]]

2002-10-23 Thread Anthony W. Marino
Any thoughts with regards to the problem outlined below would be appreciated! Thank You, Anthony Original Message Subject: 2nd Attempt: Fwd: Access Denied (1045)] Date: Fri, 18 Oct 2002 06:59:21 -0400 From: Anthony W. Marino [EMAIL PROTECTED] To: [EMAIL PROTECTED] I'm

Re: [Fwd: 3rd Attempt: Fwd: Access Denied (1045)]]

2002-10-23 Thread gerald_clark
Anthony W. Marino wrote: Any thoughts with regards to the problem outlined below would be appreciated! Thank You, Anthony Original Message Subject: 2nd Attempt: Fwd: Access Denied (1045)] Date: Fri, 18 Oct 2002 06:59:21 -0400 From: Anthony W. Marino [EMAIL PROTECTED

2nd Attempt: Fwd: Access Denied (1045)]

2002-10-18 Thread Anthony W. Marino
I'm boxed in a corner and would appreciate some suggestions, please! Thank You, Anthony Original Message Subject: Access Denied (1045) Date: Tue, 15 Oct 2002 08:47:05 -0400 From: Anthony W. Marino [EMAIL PROTECTED] To: [EMAIL PROTECTED] Ive searched about and still haven't

Access Denied (1045)

2002-10-15 Thread Anthony W. Marino
. mysqld Log: /unique-path-to-userX-installed-mysql/bin/mysqld, Version: 4.0.4-beta-log, started with: Tcp port: 3307 Unix socket: /unique-path-to-userX-area/temp/mysql.sock 2) When the user tries to run mysql, mysqladmin and etc the following error message is received: ERROR 1045: Access

Re: Access denied for user

2002-10-02 Thread Gelu Gogancea
] To: [EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 7:32 AM Subject: Access denied for user Hi, I have Mysql 3.23.52-max-nt on Win2K. Id like to set a password for root so I use the following commands: mysql use mysql Database changed mysql update user set password=password('l05m

re: Access denied for user

2002-10-02 Thread Egor Egorov
' and user='root'; ll Query OK, 1 row affected (0.00 sec) ll Mysql prompt a password be set. So I use the following commands to reload ll system parameters: ll C:\mysql\binmysqladmin reload ll But mysql shows: ll mysqladmin: connect to server at 'localhost' failed ll error: 'Access denied

Access denied for user

2002-10-01 Thread luoya li
a password be set. So I use the following commands to reload system parameters: C:\mysql\binmysqladmin reload But mysql shows: mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user: 'ODBC@localhost' (Using password: NO)' then I use the new password to start mysql. C

Re: access denied ????

2002-09-25 Thread Miguel Angel Solórzano
At 15:08 25/9/2002 +0300, Iikka Meriläinen wrote: Hi, Only for to clarify: There is a rename table bug for some NT family (Win2k I tested) when is used at the command rename tables names with uppercase and the default lower_case_tables_names =1. This is already fixed in the next releases. On

Re: access denied ????

2002-09-25 Thread toby -
add or drop a field from a table plz plz hlp . :'( . distressed .. toby .. From: Bruce Lewis [EMAIL PROTECTED] To: toby - [EMAIL PROTECTED],[EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: access denied Date: Mon, 23 Sep 2002 10:10:59 -0500 I don't know how you have

Re: access denied ????

2002-09-25 Thread toby -
n thnx a lot again toby .. From: Iikka Merilinen [EMAIL PROTECTED] To: toby - [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: access denied Date: Mon, 23 Sep 2002 18:19:00 +0300 (EEST) Hello, If you're on *NIX platform, use this: chown mysql * in your data directory

Re: access denied ????

2002-09-25 Thread Iikka Meriläinen
On Wed, 25 Sep 2002, toby - wrote: thnx iikkaa im bsorry ... i ve win2k pro, apache 1.3.24 n php 4.2.2 all workin fine . my mysql4.0.1 alfa is givin me these night-mares cud this be the problem 4.0.1 ALFA ? it was a win zip file i guess not the source but a binary

Re: access denied ????

2002-09-25 Thread toby -
thnx a zillion guyz ... toby . From: Iikka Meriläinen [EMAIL PROTECTED] To: toby - [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: access denied Date: Wed, 25 Sep 2002 15:08:04 +0300 (EEST) On Wed, 25 Sep 2002, toby - wrote: thnx iikkaa im bsorry ... i ve win2k pro

Re: access denied ????

2002-09-25 Thread Iikka Meriläinen
vat to do ... i feel like takin the whole thing out n reinstallin it ... :S vat else can i do thnx a zillion guyz ... toby . From: Iikka Meriläinen [EMAIL PROTECTED] To: toby - [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: access denied Date: Wed, 25 Sep 2002 15

Re: Access denied in MyODBC

2002-09-24 Thread Danny Haworth
}' command I get access denied because the user has only 'USAGE' privileges on all databases. Since MyODBC connects to a single database, it would get an access denied error with the USAGE priv. issuing a 'GRANT SELECT ON *.* TO testuser@'%' IDENTIFIED BY password' allows access for that user

Re: access denied ????

2002-09-23 Thread gerald_clark
(`summary`) MySQL said: Error on rename of '.\zabandb\ctnt_inf.MYI' to '.\zabandb\#sql2-5b0-7e.MYI' (Errcode: 13) ACCESS DENIED ! ! ! ! ! what the hell is rong with this thing ? cud anyone help me plz _ Join

Re: access denied ????

2002-09-23 Thread toby -
thnx gerald but i still dont know what to do to fix this thing up will someone pleez enlighten me on how to thnx a million ... toby . From: gerald_clark [EMAIL PROTECTED] To: toby - [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: access denied Date: Mon, 23 Sep

Re: access denied ????

2002-09-23 Thread Bruce Lewis
I don't know how you have your system configured, but mine has the root only functional on the localhost. Bruce - Original Message - From: toby - [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, September 23, 2002 9:22 AM Subject: Re: access denied

Re: access denied ????

2002-09-23 Thread Iikka Meriläinen
. From: gerald_clark [EMAIL PROTECTED] To: toby - [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: access denied Date: Mon, 23 Sep 2002 09:02:55 -0500 mysql does not own its files. toby - wrote: ok guyz im lost im creating my tables and after i ve created em

access denied ????

2002-09-21 Thread toby -
\ctnt_inf.MYI' to '.\zabandb\#sql2-5b0-7e.MYI' (Errcode: 13) ACCESS DENIED ! ! ! ! ! what the hell is rong with this thing ? cud anyone help me plz _ Join the world’s largest e-mail service with MSN Hotmail. http

access denied ????

2002-09-21 Thread toby -
\ctnt_inf.MYI' to '.\zabandb\#sql2-5b0-7e.MYI' (Errcode: 13) ACCESS DENIED ! ! ! ! ! what the hell is rong with this thing ? cud anyone help me plz thnx a million toby . _ Send and receive Hotmail on your

Access denied for user

2002-09-17 Thread luoya li
Hi I just installed a mysql 3.23.52. I want to set a password for root. But when I execute : C:\mysql\bin\mysqladmin -u root password aaa system remind: mysqladmin:connect to server at 'localhost' failed error: Access denied for user:'root@localhost'(using password:No) Please tell me

JDBC - Access denied (using password: yes)

2002-08-28 Thread neal
. javax.servlet.ServletException: Invalid authorization specification: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) Thanks. Neal - Before posting, please check: http://www.mysql.com/manual.php (the manual) http

RE: JDBC - Access denied (using password: yes)

2002-08-28 Thread neal
- Access denied (using password: yes) Are you using Connection con = DriverManager.getConnection(jdbc:mysql://localhost/database_name?user=root ) ; If not try this regards Kayamboo Suresh At 07:27 Χ΋ 02/08/28 -0700, you wrote: Does anyone know why I would recieve this error, when attmepting

Re: JDBC - Access denied (using password: yes)

2002-08-28 Thread Mark Matthews
7:50 PM To: neal Subject: Re: JDBC - Access denied (using password: yes) Are you using Connection con = DriverManager.getConnection(jdbc:mysql://localhost/database_name?user=root ) ; If not try this regards Kayamboo Suresh At 07:27 Χ΋ 02/08/28 -0700, you wrote: Does anyone

RE: JDBC - Access denied (using password: yes) - RESOLVED

2002-08-28 Thread neal
. I don't really understand why but it fixed it... Neal -Original Message- From: neal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 7:28 PM To: mySQL Subject: JDBC - Access denied (using password: yes) Does anyone know why I would recieve this error, when attmepting

RE: JDBC - Access denied (using password: yes)

2002-08-28 Thread neal
. :) Thanks. Neal -Original Message- From: Mark Matthews [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 8:03 PM To: neal Cc: suresh; mySQL Subject: Re: JDBC - Access denied (using password: yes) neal wrote: Thanks for the response. I am using this (where 'bob' is both

RE: JDBC - Access denied REVISED = simply won't accept passwords when logging in

2002-08-28 Thread neal
newbie. Is there some place in mySQL that I must specify that it will use the passwords specified, when authenticating users? Thanks. Neal -Original Message- From: neal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 7:28 PM To: mySQL Subject: JDBC - Access denied (using

<    1   2   3   4   5   6   >