mysql資料庫檔案預設儲存目錄(windows)

來源:互聯網
上載者:User

標籤:style   blog   http   io   檔案   資料   ar   art   

如果沒有自己去設定安裝路徑,MYSQL預設安裝在C:/Program Files/MySQL/MySQL Server 5.1,建立的資料庫檔案在C:/Documents and Settings/All Users/Application Data/MySQL/MySQL Server 5.1/data這裡。

C:/Documents and Settings/All Users/Application Data/MySQL/MySQL Server 5.1/data/userinfo


C:/Documents and Settings/All Users/Application Data/MySQL/MySQL Server 5.1/data/userinfo
開啟安裝目錄下的my.ini檔案,找到:

#Path to installation directory. All paths are usually resolved relative to this.
basedir="C:/Program Files/MySQL/MySQL Server 5.1/"

#Path to the database root
datadir="C:/ProgramData/MySQL/MySQL Server 5.1/Data/"

 

已經安裝的目錄不可以更改,在此需要更改“datadir=”即可!

路徑更改後,將原先的資料庫檔案data複製到更改後的檔案夾裡即可。

注意:進行此步需要先停止MySQL服務,否則會複製失敗。

檔案轉移好後再開啟MySQL服務即可!
我把MySQL裝在了C:/Program   Files/MySQL/MySQL   Server   5.0,預設的資料庫檔案是放在C:/Program   Files/MySQL/MySQL   Server   5.0/data下。

但我現在在D盤下做項目,因此一個資料庫就放在了D盤,路經是這樣的:D:/eclipse/workspace/pro1/lib/db。

我找到了my.ini的設定檔中的:
datadir= "C:/Program   Files/MySQL/MySQL   Server   5.0/Data/ "
將其修改成:datadir= "D:/eclipse/workspace/pro1/lib/db/ "

BUT我重啟的時候,MySQL服務啟動不了了。而且用MySQL-Front串連的時候提示:主機127.0.0.1找不到。

轉載:http://blog.csdn.net/heng_ji/article/details/6248156

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.