指定mysql的資料庫儲存路徑及忘記root密碼的解決方案

來源:互聯網
上載者:User

標籤:style   http   color   os   檔案   資料   ar   art   

在mysql安裝目錄下的data目錄中發現有幾個系統目錄,把my.ini檔案中的datadir值設為此目錄.

更改後的主要配置為:

[mysqld]
basedir=C:/databases/mysql
datadir=D:/databases/mysql/data

 

basedir: 為你資料庫程式放置目錄

datadir :為你資料庫資料目錄

重新安裝服務,啟動服務之後,登入成功.

 

注:如果想把datadir指定到其他目錄,則需要把安裝目錄下的data目錄下的檔案與目錄拷貝到你所指定的目錄下.

 

總結:

     導制此問題的主要原因就是自已指定的資料庫資料目錄沒有包含系統的資料庫檔案.

 

     如果把資料庫目錄設到其他目錄(不是安裝目錄下的data目錄),則需要把此目錄下的檔案和目錄拷到你指完的目錄下即可.

 

 

 

參考連結:http://www.jb51.net/article/21984.htm

windows下mysql忘記root密碼的解決方案:

開一個DOS視窗,mysql -u root 

輸入以下代碼:


use mysql
update user set password=password("new_pass") where user="root";
flush privileges;
exit

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.