I have a user that wants to use stored procedures (the main reason to upgrade to 5), anyway i did the upgrade it went well, however when she tried to create a one she get's an access denied.
PHPmyadmin seems to be in a wierd state, it says the client version is 4.x but sql says it's 5.x. I can't see any permissions in phpmyadmin.
I tried to do permissions manual
use db
grante create procedure * to user blah
that didn't work, anyone get stored procedures to work from a user account?
PHPmyadmin seems to be in a wierd state, it says the client version is 4.x but sql says it's 5.x. I can't see any permissions in phpmyadmin.
I tried to do permissions manual
use db
grante create procedure * to user blah
that didn't work, anyone get stored procedures to work from a user account?