Error #1370 while importing mysql database

I am trying to import my database and I’m getting this error: #1370 - alter routine command denied to user ‘epiz_24327314’@‘192.168.%’ for routine ‘epiz_24327314_p4c.define_task_result’
Apparently, there’s need for higher privileges than my user for this database. How can I fix this problem?

You maybe be able to fix this problem by moving to premium hosting (I’m not sure if premium hosting supports routines, you should double check with iFastNet to be sure).

You see this error because your SQL dump is trying to import a stored routine, and stored routines (like views, functions, procedures, triggers, etc.) are not supported on free hosting.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.