> The fact that he has logged on should not require him to specify
> password again.

This fact means: when a user is logged in, he is allowed to use the 
mysql-server:

use this one:( every logged -on -user on localhost has all rights to 
every base and table without pw)

GRANT USAGE ON  *.*
TO "%@localhost"
IDENTIFIED BY "";

Hope thats the right one... ;-)
Christian


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to