Re: authentification intranet

2003-06-05 Thread Nils Valentin
Dont forget "FLUSH PRIVILEGES" ;-) otherwise you might be wondering why the new settings dont apply. Best regards Nils Valentin 2003年 6月 5日 木曜日 02:55、jinal jhaveri さんは書きました: > I guess the problem is with your authentication. Mysql 4.1 uses a new auth > schema. You might want to try use mysql;

Re: authentification intranet

2003-06-05 Thread jinal jhaveri
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

Re: authentification

2002-06-18 Thread Victoria Reznichenko
Pierre, Monday, June 17, 2002, 12:59:18 PM, you wrote: PB> is it possible to use unix password instead of the mysql sql password in PB> the 'user' table ? Authentification in MySQL and *nix authentification are different. You should set up privileges in MySQL for your "mysql" users, these are n