I have a user called 'webserver' that has certain limited permissions on my database (for security).
'Webserver' does not have *any* databases of his own.
How can I give webserver the ability to operate on a DB that is owned by me, via phppgadmin?
He only needs to be able to do the things he could normally do via other web scripts.
I can log in as webserver but I don't see any databases: presumably because webserver doesn't own any...
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a user called 'webserver' that has certain limited permissions on my database (for security).
'Webserver' does not have *any* databases of his own.
How can I give webserver the ability to operate on a DB that is owned by me, via phppgadmin?
He only needs to be able to do the things he could normally do via other web scripts.
I can log in as webserver but I don't see any databases: presumably because webserver doesn't own any...
Thanks!
You'll have to turn off 'show_owned_only' in the config.inc.php. You seem to have it setup that it will not display and databases that aren't owned.
Thanks for the tip, mate!