watthehell Posted September 16, 2007 Share Posted September 16, 2007 Hi all, Does anybody knows how to set up PHP MyAdmin on the server using Cpanel. I have seen other sites which has access to PHP MyAdmin like http://www.mydomain.com/_pma and it directly opens the PHP myAdmin login page. I searched the help docs in Cpanel but nothing written on that. Any help please... Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted September 16, 2007 Share Posted September 16, 2007 Download phpMyadmin from it's website. Then read the docs on how to turn authentication on and how to set it up. Quote Link to comment Share on other sites More sharing options...
Jessica Posted September 16, 2007 Share Posted September 16, 2007 Doesn't CPanel come with phpMyAdmin? Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted September 16, 2007 Share Posted September 16, 2007 Doesn't CPanel come with phpMyAdmin? Yes, but perhaps he wants to enable other users to use pma without giving them his account password (cPanel password). Quote Link to comment Share on other sites More sharing options...
Jessica Posted September 16, 2007 Share Posted September 16, 2007 So? He could just give them a login to the phpMyAdmin Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted September 16, 2007 Share Posted September 16, 2007 Indeed he could, but not on the phpMyAdmin within cPanel. The one in cPanel is unprotected (the script itself), but you cannot access anything inside cPanel without entering your cPanel login information. It would have to be external to cPanel. phpMyAdmin is at https://domain.com:2083/3rdparty/phpMyAdmin and everything under https://domain.com:2083/ (or http://domain.com:2082/ if you're not using SSL) requires cPanel login. Quote Link to comment Share on other sites More sharing options...
Jessica Posted September 16, 2007 Share Posted September 16, 2007 I see what you're saying now. Thanks for clearing it up. Quote Link to comment Share on other sites More sharing options...
watthehell Posted September 18, 2007 Author Share Posted September 18, 2007 Indeed he could, but not on the phpMyAdmin within cPanel. The one in cPanel is unprotected (the script itself), but you cannot access anything inside cPanel without entering your cPanel login information. It would have to be external to cPanel. phpMyAdmin is at https://domain.com:2083/3rdparty/phpMyAdmin and everything under https://domain.com:2083/ (or http://domain.com:2082/ if you're not using SSL) requires cPanel login. Yes the link comes like this , and when i give the user password to PHP My Admin, they can go inside CPanel while logging out through PHP MyAdmin, and from there they can access the CPanel. Can't we make like http://www.mydomain.com/_pma so that the the user directly opens the php my admin, I Searched in PHP MyAdmin docs i found nothing related to Cpanel. Any further help ?? Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted September 18, 2007 Share Posted September 18, 2007 In cPanel's MySQL section you can setup users and their access to different databases. Setup users for the people you want to grant access. You can see how to setup authentication based on MySQL users here: http://wiki.cihar.com/pma/auth_types You'll then be able to login with any user (providing you know the password obviously). Quote Link to comment Share on other sites More sharing options...
watthehell Posted September 19, 2007 Author Share Posted September 19, 2007 Thanks for pointing that, I will do it ... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.