请达人帮我看看PHP+MYSQL在运行PMA时遇到的困难

来源:百度知道 编辑:UC知道 时间:2024/09/28 08:16:31
Warning: session_write_close() [function.session-write-close]: open(./tmp\sess_64cc257340531167ed0e60bc3ea003a0, O_RDWR) failed: No such file or directory (2) in E:\Net\PHP\pma\index.php on line 44

Warning: session_write_close() [function.session-write-close]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (./tmp) in E:\Net\PHP\pma\index.php on line 44

Warning: Cannot modify header information - headers already sent by (output started at E:\Net\PHP\pma\index.php:44) in E:\Net\PHP\pma\index.php on line 101

在php.ini中找到session.save_path键值,将其后边的路径设置成为一个可以读些的真是物理路径!

session.save_path = "D:\ENV\PHP520\sessions"

@session_write_close()

重新安装MYSQL