RE: authentication problem on non-standard port

2004-05-10 Thread Victor Pendleton
Can you do a ps -ef | grep mysql? I would like to see the output. -Original Message- From: Daniel Shriver To: Victor Pendleton Cc: '[EMAIL PROTECTED] ' Sent: 5/10/04 3:55 PM Subject: Re: authentication problem on non-standard port Victor Pendleton wrote: >Are you specifyi

Re: authentication problem on non-standard port

2004-05-10 Thread Daniel Shriver
Victor Pendleton wrote: Are you specifying either the socket or the host/port combination? What types of error messages are you getting Here is an example of it working and not working (with machine, usernames omitted) $ mysql -h -u -p Enter password: Welcome to the MySQL monitor. Commands

RE: authentication problem on non-standard port

2004-05-10 Thread Victor Pendleton
Are you specifying either the socket or the host/port combination? What types of error messages are you getting -Original Message- From: Daniel Shriver To: [EMAIL PROTECTED] Sent: 5/10/04 3:24 PM Subject: authentication problem on non-standard port I am having problems authenticating to

authentication problem on non-standard port

2004-05-10 Thread Daniel Shriver
I am having problems authenticating to a machine where there are two database instances running. The instance which listens on the standard port allows me to authenticate correctly whereas the instance listening on the non-standard port only works: if I am on the same box as the database; or i

Re: Authentication problem with MyODBC 3.51

2003-06-24 Thread Paul DuBois
At 9:17 +0200 6/17/03, Laura del Cano wrote: Hello, I have intalled Mysql 4.1.0 and MyODBC 3.51 under Windows 2000. I create a new database in Mysql and a user with all the privileges on it (using GRANT ALL privileges...). I create a User DSN in the windows Control Panel and when I test the connec

Authentication problem with MyODBC 3.51

2003-06-17 Thread Laura del Cano
Hello, I have intalled Mysql 4.1.0 and MyODBC 3.51 under Windows 2000. I create a new database in Mysql and a user with all the privileges on it (using GRANT ALL privileges...). I create a User DSN in the windows Control Panel and when I test the connection (in the same DSN panel) I get the follow

Repost : MySQL Authentication Problem

2002-11-05 Thread Unidux \(S\) - Han Lin
> Hi Guys, > > I just installed MySQL-3.23.53, Apache 1.3.27 and Jakarta-Tomcat 4.0.6 (All > from Tarball). Everythings seems to be fine until the user can't login from > a web and from the log file, it said Authentication Error, can't connect to > db. But when I restarted the MySQL and Apache/Tomc

MySQL Authentication Problem

2002-11-04 Thread Unidux \(S\) - Han Lin
Hi Guys, I just installed MySQL-3.23.53, Apache 1.3.27 and Jakarta-Tomcat 4.0.6 (All from Tarball). Everythings seems to be fine until the user can't login from a web and from the log file, it said Authentication Error, can't connect to db. But when I restarted the MySQL and Apache/Tomcat server,

authentication problem

2002-04-05 Thread Don Vu
Hey guys, We're having a weird authentication problem. We have a .jsp (on box1) that tries to connect to a MySQL database (on box2). The privileges have been set to give insert, update, delete to the user. GRANT select, insert, update on d_name.* to d_user IDENTIFIED by "d_user&q