Page 1 of 1

phpmyadmin e multiple user [Answered]

PostPosted: 09. February 2012 20:27
by CIMO
Hi ... i have a problem... i would create a multiple users with phpmyadmin and that users have a personal db but ONLY personal db without go to another db or modify a phpmyadmin options.
I tried to create a new user and new db....but when i make a login with this user, the screen does not appear on the db user's, but appear on principal page "root" and this not good!!
How can i create that when a user make a login goes ONLY on page with a specific db?....THANKS!!!

Re: phpmyadmin e multiple user

PostPosted: 10. February 2012 09:29
by JonB
I don't think you can do that without modifying the way phpMyAdmin enumerates databases.

I'd ask this question of a forum that specializes in phpMyAdmin.

Good luck
8)

Re: phpmyadmin e multiple user

PostPosted: 10. February 2012 20:33
by CIMO
you can disable some functions such as "setting" for normal users?
They must only have the ability to create tables in their db that the root user has previously created ... without being able to just click on the setting or another.

Re: phpmyadmin e multiple user

PostPosted: 10. February 2012 20:50
by JonB
I'd ask this question of a forum that specializes in phpMyAdmin.


XAMPP is a server suite - We don't develop any of the applications or tools. The XAMPP team creates packages/distributions to make developing your own scripts/applications easier. Our job is to make them function correctly in their 'as installed' mode.

If someone knows about this issue, or wants to answer your question then that's a good thing, but its a really a matter for phpMyAdmin specialists. I have already given you my opinion, and I'm a MySQL developer. You would need code that controls the enumeration of databases by querying the metadata first (that's my opinion). I don't 'think' phpMyAdmin can do that out of the box. You can check the code and documentation as phpMyAdmin is also Open Source. It might even exist in some form, but you will have to look for that.

http://www.phpmyadmin.net/home_page/index.php

Good Luck
8)

Re: phpmyadmin e multiple user

PostPosted: 10. February 2012 21:50
by CIMO
Thanks i try to ask there