SELECT command denied to user 'user@'xxx.xxx.xxx.xxx' 'for table 'proc'
Below solution is applied for MySQL Connector/ODBC 5.1.
When users connect their Mysql database with Mysql .Net connector and try to create stored procedure, Mysql will return error :
SELECT command denied to user 'user@'xxx.xxx.xxx.xxx' 'for table 'proc'
To fix it, please add "Use Procedure Bodies=false;" to the connection string: