SA-MP Forums Archive
MySQL Import - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MySQL Import (/showthread.php?tid=595882)



MySQL Import - Team_PRO - 09.12.2015

I am experiencing some problems importing my SQL table

Picture shown below.



Need some solution.


Re: MySQL Import - ozm8ey - 09.12.2015

nvm i thought os something wrong


Re: MySQL Import - Vince - 09.12.2015

I think it's painstakingly obvious that your user account "need[s] (at least one of) the SUPER privilege(s) for this operation". Which basically means you are screwed, unless you somehow manage to convince the host to give you those privileges. I wouldn't count on that with a free host.


Re: MySQL Import - X337 - 09.12.2015

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