I guess the problem is with your authentication. Mysql 4.1 uses a new auth schema. You 
might want to try 
use mysql;
update user set password=old_password("your password") where user='your username';

J.


----- Original Message -----
From: antoine druon <[EMAIL PROTECTED]>
Date: Wednesday, June 4, 2003 1:59 am
Subject: authentification intranet

> excuse me
> i send my last e mail in french
> so i reexplain
> i have a mandrake 9.1 apache2 mysql 4.1 and phpmyadmin 4.0.1
> my problem is :
> when i give my login and my password in intranet interface, i receive 
> "password not exact"
> but password is good in database in mysql
> i use cheklogin.php and secure.php
> a another information when i give a bad login server says "user doesn't 
> exist"
> so please help me
> thanks
> 
> 
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
> 
> 

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to