| Author |
Message |
caritos
Joined: 19 Oct 2005
Posts: 7
|
| Posted: Tue Nov 15, 2005 2:52 am Post subject: 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. |
|
| Back to top |
|
CryptWizard
Joined: 13 Mar 2005
Posts: 41
|
| Posted: Tue Nov 15, 2005 5:40 am Post subject: |
|
|
You can not do any limiting with phpMyAdmin itself.
It relies on the MySQL permissions system.
http://dev.mysql.org |
|
| Back to top |
|
caritos
Joined: 19 Oct 2005
Posts: 7
|
| Posted: Tue Nov 15, 2005 3:14 pm Post subject: thanks.. got to review priviliges on mysql then.. |
|
|
| here is the link, http://dev.mysql.com/doc/refman/4.1/en/privilege-system.html. |
|
| Back to top |
|
| |