Mysql啟動(dòng)發(fā)生系統(tǒng)錯(cuò)誤1067
問題描述
Windows解壓的Mysql,編輯my.ini后無法啟動(dòng)。
[mysqld] innodb_buffer_pool_size = 128M basedir = D:/mysql-5.6.34-winx64 datadir = D:/mysql-data port = 3306 server_id = mysql join_buffer_size = 128M sort_buffer_size = 2M read_rnd_buffer_size = 2M sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
D:mysql-5.6.34-winx64bin>net start mysqlMySQL 服務(wù)正在啟動(dòng) .MySQL 服務(wù)無法啟動(dòng)。系統(tǒng)出錯(cuò)。發(fā)生系統(tǒng)錯(cuò)誤 1067。進(jìn)程意外終止。
日志如下:
2016-10-25 14:27:40 3972 [Note] Plugin ’FEDERATED’ is disabled.MySQL: Table ’mysql.plugin’ doesn’t exist2016-10-25 14:27:40 3972 [ERROR] Can’t open the mysql.plugin table. Please run mysql_upgrade to create it.2016-10-25 14:27:40 3972 [Note] InnoDB: Using atomics to ref count buffer pool pages2016-10-25 14:27:40 3972 [Note] InnoDB: The InnoDB memory heap is disabled2016-10-25 14:27:40 3972 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions2016-10-25 14:27:40 3972 [Note] InnoDB: Memory barrier is not used2016-10-25 14:27:40 3972 [Note] InnoDB: Compressed tables use zlib 1.2.32016-10-25 14:27:40 3972 [Note] InnoDB: Not using CPU crc32 instructions2016-10-25 14:27:40 3972 [Note] InnoDB: Initializing buffer pool, size = 128.0M2016-10-25 14:27:40 3972 [Note] InnoDB: Completed initialization of buffer pool2016-10-25 14:27:40 3972 [Note] InnoDB: Highest supported file format is Barracuda.2016-10-25 14:27:40 3972 [Note] InnoDB: Log scan progressed past the checkpoint lsn 494632016-10-25 14:27:40 3972 [Note] InnoDB: Database was not shutdown normally!2016-10-25 14:27:40 3972 [Note] InnoDB: Starting crash recovery.2016-10-25 14:27:40 3972 [Note] InnoDB: Reading tablespace information from the .ibd files...2016-10-25 14:27:40 3972 [Note] InnoDB: Restoring possible half-written data pages 2016-10-25 14:27:40 3972 [Note] InnoDB: from the doublewrite buffer...InnoDB: Doing recovery: scanned up to log sequence number 16006072016-10-25 14:27:41 3972 [Note] InnoDB: Starting an apply batch of log records to the database...InnoDB: Progress in percent: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 InnoDB: Apply batch completed2016-10-25 14:27:41 3972 [Note] InnoDB: 128 rollback segment(s) are active.2016-10-25 14:27:41 3972 [Note] InnoDB: Waiting for purge to start2016-10-25 14:27:41 3972 [Note] InnoDB: 5.6.34 started; log sequence number 16006072016-10-25 14:27:41 3972 [Note] Server hostname (bind-address): ’*’; port: 33062016-10-25 14:27:41 3972 [Note] IPv6 is available.2016-10-25 14:27:41 3972 [Note] - ’::’ resolves to ’::’;2016-10-25 14:27:41 3972 [Note] Server socket created on IP: ’::’.2016-10-25 14:27:41 3972 [ERROR] Fatal error: Can’t open and lock privilege tables: Table ’mysql.user’ doesn’t exist
網(wǎng)上方法失敗:
D:mysql-5.6.34-winx64bin>mysql_upgrade -u root -pEnter password:Looking for ’mysql.exe’ as: D:mysql-5.6.34-winx64binmysql.exeLooking for ’mysqlcheck.exe’ as: D:mysql-5.6.34-winx64binmysqlcheck.exeError: Failed while fetching Server version! Could be due to unauthorized access.FATAL ERROR: Upgrade failed
問題解答
回答1:你從別處拿來的 mysql 壓縮包釋放的路徑跟原來的路徑一致嗎?如果不一致,你需要配置 my.cnf/my.ini 重新設(shè)置下 datadir 為你目前的 data 目錄位置再嘗試啟動(dòng),留意下配置里是不是還有其他路徑類的配置。
補(bǔ)充,給你搜了篇 http://zhidao.baidu.com/quest... 看能幫上你不?
相關(guān)文章:
1. javascript - sublime快鍵鍵問題2. javascript - 移動(dòng)端上不能實(shí)現(xiàn)拖拽布局嗎?3. 實(shí)現(xiàn)bing搜索工具urlAPI提交4. javascript - 如何判斷不同兩個(gè)對(duì)象觸發(fā)同一事件?5. ubuntu - apache安裝好后php文件放在哪里?6. javascript - react native在run-android時(shí)出現(xiàn)這個(gè)錯(cuò)誤該怎么解決?大神賜教7. angular.js - 單頁(yè)應(yīng)用(ng/vue)該如何監(jiān)聽用戶離開當(dāng)前頁(yè)面(或者路由)?8. c++ - QWebEngineView加載url后直接點(diǎn)擊鏈接沒有反應(yīng)要怎么解決?9. 前端 - 這段代碼一直生效不了,查半天因?yàn)?top: 0px; 分號(hào)后一個(gè)隱藏的東西,也不是占位符...刪了就可以生效,這是什么情況。。10. thinkPHP5中獲取數(shù)據(jù)庫(kù)數(shù)據(jù)后默認(rèn)選中下拉框的值,傳遞到后臺(tái)消失不見。有圖有代碼,希望有人幫忙

網(wǎng)公網(wǎng)安備