Skip to content

Fix mysql.proc permission issue

SELECT privilege on mysql.proc is no longer necessary to avoid "Unknown exception while trying to fill database cache..." error messages at Tango 9 device servers startup when the database server is using a MySQL or MariaDB account different from root.

Merge request reports