允许数据库用户访问单个数据库

Allow a DB User to access a single Database

我是 google 云的新手。

我创建了一个 Google 云 SQL 实例。 添加了多个数据库和几个用户。

如何限制一个用户只能使用一个数据库? 和 如何将用户限制为具有 ReadOnly 权限的单个数据库?

看看 this post in regards to restricting access to only one database for a user; and here,您可以找到更多关于 "Read Only" 使用 MySQL 访问的信息。