phpmyadmin web app permissions are incorrect

Discussion in 'Installation/Configuration' started by concept21, Jan 5, 2025.

  1. concept21

    concept21 Active Member

    Hello Friends,
    Today, I logged into my phpmyadmin web portal and checked whether it ran correctly. Then, it showed me this error:
    Code:
    The $cfg['TempDir'] (/var/lib/phpmyadmin/tmp/) is not accessible.
    phpMyAdmin is not able to cache templates and will be slow because of this.
    
    I have already changed ownership of /var/lib/phpmyadmin/ to www-data:www-data recursively but the error is still there.

    Please advice. :rolleyes:
     
  2. concept21

    concept21 Active Member

  3. concept21

    concept21 Active Member

    I run this:
    cd /var/lib/phpmyadmin/
    Then, change permission of tmp/ to 777
    No more error message! :eek:
     

Share This Page