RE: access denied for user with granted privileges

2002-10-31 Thread Black, Kelly W [PCS]
You must issue flush privileges; to the sql query line. ~K Black -Original Message- From: alex [mailto:alex@;dynaweb.ru] Sent: Thursday, October 31, 2002 11:06 AM To: [EMAIL PROTECTED] Subject: access denied for user with granted privileges Hi ppl! I've got a strange problem.

access denied for user with granted privileges

2002-10-31 Thread alex
Hi ppl! I've got a strange problem. I've created a user account with access to some concrete database using GRANT query (see below) but I cannot connect to the server using this usename only when connecting via mysql_real_connect() from C API. When using "mysql -u MY_USER" it works fine. What's w