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.
Solution :
Step 1 : Login to the server via SSH as root.
Step 2 : Check the permission and ownership of /home/$user/tmp folder.
Step 3 : Set ownership as $user by using following command
# chown $user. /home/$user/tmp
Step 4 : Set permission of the tmp folder to 755 by using following command
#chmod 755 /home/$user/tmp
.
.
.
.
.
.
.
.
That’s it!!!
$user can be replaced with your respective username.
Ah, the joys of building a website! Picture this: You're sitting there in your pajamas, coffee in hand, ready to…
Are you feeling like your website is running in slow motion? It can be frustrating when your online presence doesn't…
Are you ready to take your online store to the next level? Whether you're running a PrestaShop or OpenCart platform,…
Picture this: your website is like a fabulous party happening in the darkest corner of the internet, but nobody's showing…
Picture this: Your WordPress site is like that one friend who's always fashionably late to everything. You know, the one…