I'm running MySQL 5.016 on Windows and I am having trouble running stored procedures from PHP/PHPMyAdmin. The procedure executes just fine when I run it at the command line, but when I run it from php I get the following error:
PROCEDURE db.proc_name can't return a result set in the given context
I've been Googling this with little luck. Is anyone familiar with what might cause this error?