Problem to log to the database with password.

2001-11-27 Thread Nicolas BEAUMONT
Hi, I have problem to manage the users of my MySQL server. I connect to the database mysql as superuser and I try to create a new user on another database called PVE. I use : GRANT ALL PRIVILEGES ON PVE.* TO web@'%' IDENTIFIED BY 'PVEweb' WITH GRANT OPTION; The answer is : Query OK, 0 rows

Re: Problem to log to the database with password.

2001-11-27 Thread Carl Troein
Nicolas BEAUMONT writes: I have problem to manage the users of my MySQL server. I connect to the database mysql as superuser and I try to create a new user on another database called PVE. I use : GRANT ALL PRIVILEGES ON PVE.* TO web@'%' IDENTIFIED BY 'PVEweb' WITH GRANT OPTION; The