Privileges issues when using MongoDB Atlas's Relational Migrator with AWS Aurora MySQL

i downloaded Relational migrator software and tried to data migration
but some error occured like below

<Access denied; you need (at least one of) the RELOAD or FLUSH_TABLES privilege(s) for this operation>

but aws aurora mysql could not granted those privileges.
how to solve this problem?

Hi @sunny.lee - I think it’s possible to grant RELOAD on Aurora. You may need LOCK TABLES too. See Troubleshoot Debezium MySQL connector errors | Sylhare’s blog for some tips and let me know if this works.

Tom