MySQL Import
#4

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 :
Код:
CREATE DEFINER=`teampro`@`localhost`
to :
Код:
CREATE DEFINER=CURRENT_USER
Reply


Messages In This Thread
MySQL Import - by Team_PRO - 09.12.2015, 08:19
Re: MySQL Import - by ozm8ey - 09.12.2015, 08:35
Re: MySQL Import - by Vince - 09.12.2015, 08:54
Re: MySQL Import - by X337 - 09.12.2015, 13:13

Forum Jump:


Users browsing this thread: 2 Guest(s)