How to view a list of user functions in mysql database using phpmyadmin.
The Mysql database has been migrated from one server to another, and user-defined user functions do not work. I need to look at a list of user-defined functions to check if they exist in the database or not.
Fatal error: db::execute() Could not execute: FUNCTION database.xxx does not exist (SQL: SELECT Function(field) FROM users in file.php on line xx
source share