Give PHPmyAdmin access w/out Control Panel?

netmation

Member
Sep 23, 2004
21
0
151
Have a system running CPanel, not WHM. I have a second user who is going to do some mySQL development work for me and needs access to PHPmyAdmin. I noticed I can set him up for an FTP directory access, but can you also make available PHPAdmin without giving this person access to the whole control panel?
 

jester.ro

Well-Known Member
PartnerNOC
Feb 6, 2004
304
0
166
Bucharest, Romania
cPanel Access Level
DataCenter Provider
i suggest installing a phpMyAdmin only for him, just download the sources, untar them somewhere, and edit the config.inc.php to use http autetcication, user/pass for the db, and also set it to "only_db"
 

noimad1

Well-Known Member
Mar 27, 2003
626
0
166
shashank said:
Its a simple install :

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

Hope you enjoy it :)

I tried this install, but it didn't work. Do you know what i should put for the

$cfg['Servers'][$i]['controluser'] = 'pmacontrol'; // MySQL control user settings
// (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = 'controluser'; // access to the "mysql/user"