09.12.2015, 13:13
That error seems appeared while you trying to add a definer, you can prevent that error by removing that 'time_functions' function (if it's not used).
Or try to change this :
to :
Or try to change this :
Код:
CREATE DEFINER=`teampro`@`localhost`
Код:
CREATE DEFINER=CURRENT_USER