Home  >  Article  >  Backend Development  >  phpmyadmin 访问出错,该如何处理

phpmyadmin 访问出错,该如何处理

WBOY
WBOYOriginal
2016-06-13 12:10:491216browse

phpmyadmin 访问出错
昨天正常,今天访问提示

<br /><br />Warning: session_write_close() [function.session-write-close]: open(C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/2\sess_9e2ed161f0faecd5a624dc2b4fa3545a, O_RDWR) failed: No such file or directory (2) in D:\wwws\AppServ\www\phpMyAdmin\index.php on line 44<br /><br />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 (C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/2) in D:\wwws\AppServ\www\phpMyAdmin\index.php on line 44<br /><br />Warning: Cannot modify header information - headers already sent by (output started at D:\wwws\AppServ\www\phpMyAdmin\index.php:44) in D:\wwws\AppServ\www\phpMyAdmin\index.php on line 101<br /><br />


请教下是什么原因,该怎么解决呢

------解决思路----------------------
关掉浏览器,再次进入就可以了
------解决思路----------------------
應該是目錄不可寫。

C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/

你用win鍵+r,打開運行,然後把C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ 複製進去,回車。

就能進入真實的文件目錄了。C:\Documents and Settings\Administrator\Local Settings\Temp

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn