Error in phpMyAdmin after updating to v4.8.0: The $cfg['TempDir'] (./tmp/) is not accessible

前端 未结 20 2810
别跟我提以往
别跟我提以往 2021-01-30 12:50

phpMyAdmin worked fine with v4.7.9. Now after updating to v4.8.0 today (replacing the old phpmyadmin folder against the new one) I\'m getting this mess

20条回答
  •  死守一世寂寞
    2021-01-30 12:56

    If the folder already exists for example from a previous installation:

    chmod -R 777 PATH_TO_FOLDER
    

    Therefore permission on subdirectories are also modified (recursively).

提交回复
热议问题