1

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 ?

1 Answers1

-1

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.

Maxim
  • 4,075
  • 1
  • 14
  • 23
  • thank you :) are you aware of any google cloud SQL alternative.. where i can create db, users. and assign users to DB with some UI.. :) . any alternatives..:) – annn Donnelly Dec 02 '18 at 17:49
  • Google Cloud SQL provides you with all of that. What do you think could be improved to better fit your needs? – Maxim Dec 02 '18 at 19:41