limiting user privileges with phpmyadmin

I just recently installed phpmyadmin on my system. I would like to know how to limit users from viewing other peoples database. When I log in as user A in phpmyadmin, I can view other databases not created by user A. Anyways, I can limit this.

2 Replies

You can not do any limiting with phpMyAdmin itself.

It relies on the MySQL permissions system.

http://dev.mysql.org

here is the link, http://dev.mysql.com/doc/refman/4.1/en/ … ystem.html">http://dev.mysql.com/doc/refman/4.1/en/privilege-system.html.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct