Quantcast
Channel: MySQL Forums - Database Administration & Monitoring
Viewing all articles
Browse latest Browse all 812

readonly user is unable to call procedure. Help required (no replies)

$
0
0
Dear All,

I am using mysql 5.1.47(64 bit) on centos 5.5 64 servers. I created a readonly user through following command

grant all on *.* to 'readonly'@'192.168.0.19' identified by 'readonly';

When I connected to mysql and call stored proc it says
"execute command denied to user 'readonly'@'192.168.0.19' for routine 'MyDB.GetCustomerIno'"

Can anybody tell me what privilege need to give this readonly user so that It can execute events, stored procedures and functions.

Viewing all articles
Browse latest Browse all 812

Trending Articles