作者:倾城不了倾了你 | 来源:互联网 | 2023-09-18 19:24
When running PMA on Azure Web Apps on Linux (preview), an error appear: "Wrong permissions on configuration file, should not be world writable!”.
This is because Azure Web Apps (also on Linux) store data on a shared drive which does not support Linux file permissions. It's not possible to set permissions via FTP or use "chmod".
Steps to reproduce
- Create a Web App on Linux on Azure
- Copy PMA source over FTP and set the required values in the config.inc.php file
- Open any page
Expected behaviour
PMA should work
Actual behaviour
Every page reports this error: "Wrong permissions on configuration file, should not be world writable!”
Server configuration
PHP version: 7.0.5
phpMyAdmin version: any
该提问来源于开源项目:phpmyadmin/phpmyadmin
Closing since no feedback was given.
Comment if you want to re-open for a valid reason.