MyAdmin的session with error问题解决

错误提示:
phpMyAdmin - Error
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.


解决方案:
修改php.ini文件中的session.auto_start = 0,
改成1

你可能感兴趣的:(PHP,session,phpMyAdmin)