I have created a database and routines with MySQL Workbench. After I exported the SQL create script, I imported it into the phpMyAdmin, successfully executing 1065 queries, on my localhost XAMPP installation and it works perfectly, routines and all.
The problem is that when I try to do the same on a server at my workplace, the routines never show. There are no errors in importing the script, it executes the same 1065 queries with no errors, but when I go to the routines tab it doesn't show anything, just a blank screen, and doesn't even let me add new routines. I can't seem to figure out what the problem is.