I am facing below error when try to import Magento 2 Database to popular hosting company,
ERROR 1227 (42000) at line 1251: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
I read some website/article/blog post and most of place suggested to use --routines tag while we do export, so that will remove MySQL Procedure.
Example: mysqldump --routines
I stuck since last 3 day and no solution work to import database.
Please help somebody to sort out issue.