Hi Dileep, See my answer to this question on Stack Overflow: http://stackoverflow.com/a/22400901/521799
You have to make sure that the user you use to generate the MySQL schema is granted access to the mysql schema and to the proc table in particular. This issue had also been discussed recently on the jOOQ User Group: https://groups.google.com/d/msg/jooq-user/WpUnYQSDIlY/lhR8dE68UMgJ Does this answer your question? Cheers Lukas 2014-03-14 5:17 GMT+01:00 <[email protected]>: > HI > > Stored procedures are not getting generated for mysql schema . I am > getting below warning . > > The `mysql`.`proc` table is unavailable. Stored procedures cannot be > loaded. Check if you have sufficient grants > > Thanks > Dileep. > > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
