I'm new to google cloud.
I created a Google Cloud SQL Instance. Added multiple DBs and few users.
How can I restrict an user to single database ? and How can I restrict an user to single database with ReadOnly permission ?
I'm new to google cloud.
I created a Google Cloud SQL Instance. Added multiple DBs and few users.
How can I restrict an user to single database ? and How can I restrict an user to single database with ReadOnly permission ?
Take a look at this post in regards to restricting access to only one database for a user; and here you can find more information related to "Read Only" access using MySQL.