Skip to main content

Phpmyadmin Access Denied

Comments

4 comments

  • SysSachin
    Hi, The error means issue with /tmp permission. Please check this related post : Unable to establish a PHP session
    0
  • q8hma
    Hi, The error means issue with /tmp permission. Please check this related post : Unable to establish a PHP session

    Hello thnx for ur reply but still not work with me i change both tmp file on home/user and the main one now i try and when i click on phpmyadmin on cpanel it loop refresh and not go to "/3rdparty/phpMyAdmin/index.php" but when i add it to url it show same msg in post thnx
    0
  • cPanelMichael
    Upgrade cpanel but not work stop on 86%

    Hello :) Could you elaborate on this? Does the "/scripts/upcp --force" command complete successfully? Thank you.
    0
  • support_host
    Check the permission and ownership of tmp folder in the location /home/user , where "user" is the cpanel username. >>root@server [/home/user]# ls -la | grep tmp drwx"" 8 root root 4096 Jun 1 2012 tmp/ >> The permission of tmp folder should be 755. >>root@server [/home/user]# chmod 755 tmp >>The ownership of tmp folder should be username. root@server [/home/user]# chown user. tmp This should fix the issue for you. In case, if you won"t find directory named tmp in the location /home/user, make a directory tmp as below: root@server [/home/user]# mkdir tmp root@server [/home/user]# chmod 755 tmp root@server [/home/user]# chown user. tmp Also Check to verify the account is >> not at it"s disk space limit :) - Removed -
    0

Please sign in to leave a comment.