I am trying to migrate SQL Server to Aurora My SQL. When I am trying to run Schema conversion tool, it gives below error when connecting to target (Aurora- MySQL).
Insufficient Privileges - The specified account (sa) does not have sufficient privileges for working with the following object(s): MYSQL Server : [SELECT, SHOW VIEW]
sa
is the user we have created while configuring Aurora Cluster. Please suggest.