Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Possible to hide names in Mysql when a client use MySQLCC

Status
Not open for further replies.

Coolaid

Programmer
Apr 23, 2003
5
CA
My client said that he can see all bases on my Mysql server witch MySQL Control Center (MySQLCC)
Is it possible to block it ?

Tanx in advance ...
 
When you connect with MySqlCC you first see all the bases ... you must double-click on your base and after it ask the "authentification".
Here are the permissions ...

y Select_priv
y Insert_priv
y Update_priv
y Delete_priv
y Create_priv
y Drop_priv
n Grant_priv
n References_priv
y Index_priv
y Alter_priv

Tanx ..
 
Up was the permission of the base.
Permission of user are all No ...
 
The permissions in what table in the mysql database?

I have a database "test", and a user "test" that has full permissions, but only to that database. This user can only see the "test" database.

In the "user" table, the permissions entries for "test" are all "N".

In the "db" table, I have an entry for the user "test" that shows the table "test" and everything but GRANT permissions.

Want the best answers? Ask the best questions: TANSTAAFL!!
 
Same to me ... maybe its on the "host" table
Exemple :
Host : %
Db : test

y Select_priv
y Insert_priv
y Update_priv
y Delete_priv
y Create_priv
y Drop_priv
n Grant_priv
n References_priv
y Index_priv
y Alter_priv
 
Okay, you've given me the contents of one unspecified table in the mysql database. Not really helpful.

Permissions are defined in multiple tables. This is why I described the contents of two specific tables in the mysql database and specified which data came from where.

Want the best answers? Ask the best questions: TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top