Hello,
I am moving an application from AWS to your cloud platform. On AWS I must allow my ip address to access the database when running a local server on my computer for testing.Do I need to change any security settings?
When deploying the MySQL instance you will need to assign a public IP. When connecting to the MySQL instance use the public IP and the login details you would receive. No need to add your IP in remote MySQL connections.