Generally if I created a user in cloud SQL server (plesk), and the user has a password,
Then I use trusted connection in my connection string, will my database be secured and what does it really mean.
I asked this because I am having difficulty creating new account I'm my hosted website
Server=server;Database=database;Trusted_Connection=True;