MySQL Import
#1

I am experiencing some problems importing my SQL table

Picture shown below.



Need some solution.
Reply
#2

nvm i thought os something wrong
Reply
#3

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.
Reply
#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


Forum Jump:


Users browsing this thread: 2 Guest(s)