PHPMyAdmin error
Do you ever come across the following error when you access PHPMyAdmin from cPanel?
Access Denied Unable to establish a PHP session. If you believe that this is in error or inadvertent, contact your system administrator and ask them to review your server settings.
Normally, you will get this error when the permission or ownership of the tmp folder for this user is wrong. That is, make sure the ownership of /home/$username/tmp folder has ownership set to $user and permission as 755. If it is not, you will face the same problem.
Here we go for a solution. Please follow the steps pasted below:
Solution
1. SSH into the server as root.
2. Check the permission and ownership of /home/$user/tmp folder. Set ownership as $user.
# chown $user. /home/$user/tmp
3. Set permission of the tmp folder to 755.
#chmod 755 /home/$user/tmp
That’s it!!!
$user can be replaced with your respective username.
Related articles
Access PhpMyAdmin without cpanel.
#1045 Cannot log in to the MySQL server
Hi,
check this too …
Check to verify the account is
>> not at it’s disk space limit
>> /home/$username/tmp directory is owned by the account username with 0755 permissions.
Thanks!
This was the issue. Thanks
Don’t works
CENTOS 7.2 x86_64 xenhvm
WHM 60.0 (build 25)
Please let me know the error which you are receiving?