2016-09-28 69 views
1

裝上XAMP數據庫後,程序不工作錯誤XAMP不起作用

這是日誌文件

2016-09-28 14:46:03 115c InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator. 
2016-09-28 14:46:03 4444 [Note] InnoDB: Using mutexes to ref count buffer pool pages 
2016-09-28 14:46:03 4444 [Note] InnoDB: The InnoDB memory heap is disabled 
2016-09-28 14:46:03 4444 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 
2016-09-28 14:46:03 4444 [Note] InnoDB: Memory barrier is not used 
2016-09-28 14:46:03 4444 [Note] InnoDB: Compressed tables use zlib 1.2.3 
2016-09-28 14:46:03 4444 [Note] InnoDB: Not using CPU crc32 instructions 
2016-09-28 14:46:03 4444 [Note] InnoDB: Initializing buffer pool, size = 160.0M 
2016-09-28 14:46:03 4444 [Note] InnoDB: Completed initialization of buffer pool 
2016-09-28 14:46:03 4444 [Note] InnoDB: Highest supported file format is Barracuda. 
2016-09-28 14:46:03 4444 [Note] InnoDB: The log sequence numbers 1835037 and 1835037 in ibdata files do not match the log sequence number 2351448096 in the ib_logfiles! 
2016-09-28 14:46:03 4444 [Note] InnoDB: Database was not shutdown normally! 
2016-09-28 14:46:03 4444 [Note] InnoDB: Starting crash recovery. 
2016-09-28 14:46:03 4444 [Note] InnoDB: Reading tablespace information from the .ibd files... 
2016-09-28 14:46:03 4444 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace american/ps_desktop_menu_tabs_shop uses space ID: 13969 at filepath: .\american\ps_desktop_menu_tabs_shop.ibd. Cannot open tablespace american2/ps_desktop_menu_tabs_shop which uses space ID: 13969 at filepath: .\american2\ps_desktop_menu_tabs_shop.ibd 
InnoDB: Error: could not open single-table tablespace file .\american2\ps_desktop_menu_tabs_shop.ibd 
InnoDB: We do not continue the crash recovery, because the table may become 
InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it. 
InnoDB: To fix the problem and start mysqld: 
InnoDB: 1) If there is a permission problem in the file and mysqld cannot 
InnoDB: open the file, you should modify the permissions. 
InnoDB: 2) If the table is not needed, or you can restore it from a backup, 
InnoDB: then you can remove the .ibd file, and InnoDB will do a normal 
InnoDB: crash recovery and ignore that table. 
InnoDB: 3) If the file system or the disk is broken, and you cannot remove 
InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf 
InnoDB: and force InnoDB to continue crash recovery here. 

我怎麼能解決? 我不能重新安裝程序,因爲我有很多數據庫工作

+0

這可能是不乾淨的關機。我建議你繼續如何在選項2中提到。 – arkascha

+0

有什麼選擇2? –

+0

你甚至從來沒有打擾過要讀取你得到的錯誤信息?好吧... – arkascha

回答

0

去檢查你的Xamp文件夾文件在cfolder probelem fixed.to擦除該問題,comeagain xamp工作。

+0

我試圖刪除這些文件,但沒有 –