I have imported a database in Google Cloud SQL (MYSQL8) , it says import was successful but when I check the database it has imported the tables only and no stored procedures , view , triggers , event etc.
where as if we import any database in sqlserver in GCP , we get the whole data including stored procedure , view , trigger ,event etc.
so my question is what is the issue with mysql8 why only the tables are imported also Is there any easy way to import the database in cloudsql (mysql8) and get the full data easily.