So I've searched for this answer, and can't seem to come up with anything relevant. So here goes:
What is the best practice for ownership/permissions of the PHPMyAdmin files on a server?
Thanks to all in advance.
So I've searched for this answer, and can't seem to come up with anything relevant. So here goes:
What is the best practice for ownership/permissions of the PHPMyAdmin files on a server?
Thanks to all in advance.
As mentioned above: That depends on your setup. Did you install it using your package manager or manually? Without suEXEC or suPHP (and similar) you can probably leave them as is. Make sure your config file is not world readable. If you're using a framework that allows PHP scripts to run as their owner, than the safest option is probably to create a seperate user without any shell and limited by it's own php.ini .