PhpMyAdmin : TempDir ownership
Hi all,
Currently there is a problem with the ownership of tmp directory for PhpMyAdmin on a clean install. There is a Warning on the PhpMyAdmin Dashboard.
The directory /var/lib/phpmyadmin and /var/lib/phpmyadmin/tmp are owned by www-data:www-data and tmp has a permission of 744.
But when you access PhpMyAdmin with port 8081 for ispapps, PhpMyAdmin is executed with the ispapps user.
I change the owner recursively for /var/lib/phpmyadmin to ispapps:www-data.
Best regards