tags:

views:

13

answers:

0

I am using mysql specific code that was generated by one of mysql's GUI programs. The following comment /*!50001 CREATE ALGORITHM=UNDEFINED DEFINER='root'@'localhost' has a hardcoded superuser in it. Is there a way that I can declare and use a variable in this mysql specific code. I can't seem to find anything on MySQL's site.