|
|
 |
|
| wurzel |
|
NetHosted Customer
Joined: 20 Jan 2005 Posts: 112 Location: Loughborough, Leics
|
Posted: Thu Jan 24, 2008 12:00 pm Post subject: Alternative To PHPMyAdmin? |
| |
I've been trying to set up PHPMyAdmin as a seperate install from the cPanel. I want to give non-technical people access to the database, but don't want to give them access to the cPanel.
I'm using the config.inc.php, and I must say it's been hard work!
I would like it to go straight to my chosen database, at the moment it shows the database I require and one named "information_schema", which I assume is a system database that I shouldn't be seeing.
I'm had a lot of problems sorting out the logging in. I've set up PHPMyAdmin previously and not had the sort of difficulties I've had today
Are there any viable alternatives to PHPMyAdmin? _________________ Kev Maggs
Part-time webdesigner - www.cynara.co.uk  |
|
| Back to top |
|
| welcome2 |
|
NetHosted Customer
Joined: 05 Jun 2005 Posts: 120 Location: sandwell
|
Posted: Sat Jan 26, 2008 2:18 pm Post subject: |
| |
Have you tried the "only_db" variable in the config file?
I've only tested this on my local install, not the server, but you can put
| Code: | $cfg['Servers'][$i]['only_db'] = array('db_name1', 'db_name2');
|
or if there's only one | Code: | $cfg['Servers'][$i]['only_db'] = 'db_name';
|
which will restrict the displayed dbases to those specified, "information_schema" will not be shown. _________________ Jim |
|
| Back to top |
|
User Permissions |
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
| |
| |
|
 |
 |
| | |