debugging mysql stored function
Posted: Thu 18 Oct 2007 14:00
Trying to debug a mysql stored function from within visual studio using the MyDeveloper Tools, it returns a permissions error and I have not been able to figure out how to set the permissions properly.
When I select 'Compile for debugging' it returns SELECT command denied for table 'debuggings'
What permissions am I missing? The user account connected to mysql should already have full permissions.
When I select 'Compile for debugging' it returns SELECT command denied for table 'debuggings'
What permissions am I missing? The user account connected to mysql should already have full permissions.