错误提示
Wrong permissions on configuration file, should not be world writable!
解决办法
phpMyAdmin要在755权限下才能正常工作(777不行)。所以解决办法也就来了:
SSH,cd到phpMyAdmin上级目录,
chmod -R 755 phpMyAdmin
时间: 2024-09-21 07:09:51
错误提示
Wrong permissions on configuration file, should not be world writable!
解决办法
phpMyAdmin要在755权限下才能正常工作(777不行)。所以解决办法也就来了:
SSH,cd到phpMyAdmin上级目录,
chmod -R 755 phpMyAdmin