最新文章專題視頻專題問答1問答10問答100問答1000問答2000關(guān)鍵字專題1關(guān)鍵字專題50關(guān)鍵字專題500關(guān)鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關(guān)鍵字專題關(guān)鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
當(dāng)前位置: 首頁(yè) - 科技 - 知識(shí)百科 - 正文

MYSQL無(wú)法啟動(dòng)提示:Defaultstorageengine(InnoDB)isnota_MySQL

來源:懂視網(wǎng) 責(zé)編:小采 時(shí)間:2020-11-09 19:03:19
文檔

MYSQL無(wú)法啟動(dòng)提示:Defaultstorageengine(InnoDB)isnota_MySQL

MYSQL無(wú)法啟動(dòng)提示:Defaultstorageengine(InnoDB)isnota_MySQL:bitsCN.com 在my.ini(linux下/etc/my.cnf)加上skip-innodb,就可以了。 我這樣設(shè)置后,在linux下都沒問題,今天在我本機(jī)winXP啟動(dòng)MYSQL,提示啟動(dòng)不起來??聪耺ysql目錄的錯(cuò)誤日志: 引用 090613 10:15:27 [ERROR] Default
推薦度:
導(dǎo)讀MYSQL無(wú)法啟動(dòng)提示:Defaultstorageengine(InnoDB)isnota_MySQL:bitsCN.com 在my.ini(linux下/etc/my.cnf)加上skip-innodb,就可以了。 我這樣設(shè)置后,在linux下都沒問題,今天在我本機(jī)winXP啟動(dòng)MYSQL,提示啟動(dòng)不起來。看下mysql目錄的錯(cuò)誤日志: 引用 090613 10:15:27 [ERROR] Default

bitsCN.com 在my.ini(linux下/etc/my.cnf)加上skip-innodb,就可以了。
我這樣設(shè)置后,在linux下都沒問題,今天在我本機(jī)winXP啟動(dòng)MYSQL,提示啟動(dòng)不起來。看下mysql目錄的錯(cuò)誤日志:
引用
090613 10:15:27 [ERROR] Default storage engine (InnoDB) is not available
090613 10:15:27 [ERROR] Aborting

090613 10:15:27 [Note] C:/www/mysql/bin/mysqld-nt: Shutdown complete

估計(jì)是上次加了參數(shù)后,一直沒啟動(dòng)起來。。已經(jīng)很久沒用本機(jī)的mysql了。
查了下,原來my.ini里有一句:default-storage-engine=INNODB,把默認(rèn)的engine設(shè)為INNODB,而我又加了skip-innodb,怪不得啟不來了。

將default-storage-engine改為MYISAM,MYSQL啟動(dòng)OK!
在skip-innodb下,data目錄下的ibdata1,ib_logfile0,ib_logfile1這三個(gè)文件就不需要了,就可以刪除。

測(cè)試了下,在沒加skip-innodb時(shí),刪除了這三個(gè)文件,啟動(dòng)時(shí)會(huì)自動(dòng)創(chuàng)建這三個(gè)文件,日志如下:
引用
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
090613 10:19:37 InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
090613 10:19:37 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 24 MB
InnoDB: Database physically writes the file full: wait...
090613 10:19:38 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile1 size to 24 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
090613 10:19:39 InnoDB: Started; log sequence number 0 0
090613 10:19:39 [Note] C:/www/mysql/bin/mysqld-nt: ready for connections.


再刪除這三個(gè)文件,加了skip-innodb后,啟動(dòng)日志:
引用

090613 10:30:12 [Note] C:/www/mysql/bin/mysqld-nt: Normal shutdown

090613 10:30:12 [Note] C:/www/mysql/bin/mysqld-nt: Shutdown complete

090613 10:30:17 [Note] C:/www/mysql/bin/mysqld-nt: ready for connections.
Version: '5.0.45' socket: '' port: 3306 Source distribution

那三個(gè)文件就不會(huì)自動(dòng)產(chǎn)生了。bitsCN.com

聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

文檔

MYSQL無(wú)法啟動(dòng)提示:Defaultstorageengine(InnoDB)isnota_MySQL

MYSQL無(wú)法啟動(dòng)提示:Defaultstorageengine(InnoDB)isnota_MySQL:bitsCN.com 在my.ini(linux下/etc/my.cnf)加上skip-innodb,就可以了。 我這樣設(shè)置后,在linux下都沒問題,今天在我本機(jī)winXP啟動(dòng)MYSQL,提示啟動(dòng)不起來??聪耺ysql目錄的錯(cuò)誤日志: 引用 090613 10:15:27 [ERROR] Default
推薦度:
標(biāo)簽: linux error mysql
  • 熱門焦點(diǎn)

最新推薦

猜你喜歡

熱門推薦

專題
Top