I am on linux Fedora 2 with mysqld running as a daemon and the service mysql 
running (/etc/rc.d/init.d/).

I have two shell sessions (mysql client) running one with root and the other 
with a user.
I did (as root) : grant all privileges on mydb to [EMAIL PROTECTED];
in the root session the show databases; return 3 databases (test, mysql, mydb)
in the user session the show databases; return 1 database (test)


what is going on?

thanks
laurie

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

Reply via email to