I am just trying to add a function to one of my tables, but I keep getting the error '''#1419 - You do not have the SUPER privilege and binary logging is enabled (you might want to use the less safe log_bin_trust_function_creators variable)''' I definitely don't know tons about MySQL or PHPMyAdmin, but from other Google searches and such my understanding is that I need to set the global variable log_bin_trust_function_creators equal to 1, but I am unable to do that without SUPER privileges. I am currently on a shared Dreamhost hosting service, so is it possible to get SUPER privileges through a shared host? If no, is there a way to add functions without it?