Table 'mysql.proc' doesn't exist
I get the error able 'mysql.proc' doesn't exist while executing procedures from .net application using proxysql.
MySQL version: 8.0.13
MySQL.Data version: 8.013
Since there is no table named proc in mysql database then why is being asking mysq.proc table.
The table is replaced with routines in information_schema database.
I guess it is bug from mysql's net connector