RE: Problem with User Account - access denied

2002-04-28 Thread Christina Baldry
Isnt it GRANT ALL ON college.* TO someuser identified BY somepassword; -Original Message- From: J [mailto:[EMAIL PROTECTED]] Sent: Sunday, 28 April 2002 2:22 AM To: [EMAIL PROTECTED] Subject: Problem with User Account - access denied I created and user, like below, using mysql on my

Problem with User Account - access denied

2002-04-27 Thread J
I created and user, like below, using mysql on my Linux machine (Linux-Mandrake 8.1) to access a database called college: GRANT ALL ON college.* TO someuser BY somepassword; But I'm denied access even from localhost. I tried the following too: GRANT ALL ON college.* TO someuser@% BY