已下載MAMP4並通過Mac OSX Sierra在MAMP1.9.4上安裝(我知道這很舊)。 Apache服務器啓動,但不是MySQL。警告說前一個數據庫被複制到一個名爲mysql56的文件夾,並且在啓動MySQL時需要轉換數據庫。但MySQL甚至不啓動!活動監視器顯示沒有其他的mysql進程正在進行。 MAMP錯誤日誌:MAMP4未啓動MySQL
2017-01-16 12:35:13 47394 [ERROR] InnoDB: auto-extending data file ./ibdata1 is of a different size 640 pages (rounded down to MB) than specified in the .cnf file: initial 768 pages, max 0 (relevant if non-zero) pages!
2017-01-16 12:35:13 47394 [ERROR] InnoDB: Could not open or create the system tablespace. If you tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data!
2017-01-16 12:35:13 47394 [ERROR] Plugin 'InnoDB' init function returned error.
2017-01-16 12:35:13 47394 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2017-01-16 12:35:13 47394 [ERROR] Unknown/unsupported storage engine: InnoDB
2017-01-16 12:35:13 47394 [ERROR] Aborting
我試圖使用作爲我與MAMP1.9.4(80 & 3306)中使用的相同的端口,然後切換到默認值。網絡服務器地址指向我的目錄,我保存我的網站。將其更改回應用程序/ MAMP/htdocs。沒有任何工作。 :(任何幫助將是非常讚賞。
哦,我的運行Snow Leopard的舊機器上的,這一切都仍然MAMP1.9.4工作。