Problem with stored procedure

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Lingultblad
Forum Newbie
Posts: 5
Joined: Fri Apr 04, 2008 8:12 am

Problem with stored procedure

Post by Lingultblad »

Hello,

I'm getting the following error while trying to execute a stored procedure in PHP 5 with MYSQL 5:

"ERRNO: 256
TEXT: SQLSTATE[HY000]: General error: 1370 execute command denied to user 'thing'@'%' for routine 'thing.catalog_get_things"

Any help is greatly appreciated!
Post Reply