mysql安裝問題

2021-09-02 16:42:23 字數 960 閱讀 6927

090803 8:51:55 innodb: error: unable to create temporary file; errno: 2

090803 8:51:55 [error] plugin 'innodb' init function returned error.

090803 8:51:55 [error] plugin 'innodb' registration as a storage engine failed.

090803 8:51:55 [error] unknown/unsupported table type: innodb

解決原因:mysql的config wizard嚮導生成my.ini漏掉一條配置tmpdir的目錄

解決辦法:在my.ini中增加一行

tmpdir="d:/program files/mysql/mysql server 5.1/datafiles/data/"

(目錄可以隨意)

安裝不能完成就直接把安裝程式乾掉,然後設定上面的就可以了!

由於是以前系統壞了,想把以前的資料庫資料搬過來,就直接把以前的data檔案全部複製過來了,發現

innodb: error: log file .\ib_logfile0 is of different size 0 99614720 bytes

innodb: than specified in the .cnf file 0 536870912 bytes!

161031 10:44:35 [error] plugin 'innodb' init function returned error.

這是要根據

99614720

值/1024/1024 看得出來的是什麼值,這裡是95

所以得在my.ini裡設定

innodb_log_file_size=95m!

再啟動就沒問題了,以前的所有表資料也全部過來了!

MySQL安裝問題

sudo apt get install mysql server 設定root密碼 啟動服務 sudo service mysql start 如果啟動失敗 再登入時會出現報錯 error 2002 hy000 can t connect to local mysql server through...

mysql安裝問題

windows 安裝mysql 1 檢查服務是否啟動 任務管理器 啟動mysql服務。2 登陸 mysql uroot p enter password 密碼 3 若沒登入上 以管理員許可權啟動cmd,輸入mysql uroot p,將會出現error 2003 10061 4 輸入mysql in...

mysql安裝問題

1.mysqld installyu語句報錯 顯示 install remove of the service denied 原因 請求被否定,需要用管理員身份執行cmd 方法 win x a啟動後重新安裝 2.mysql u root p報錯 顯示 2003 cant connext to mys...