>  기사  >  데이터 베이스  >  Relocate or Move “MySQL on Windows” Data Files to another_MySQL

Relocate or Move “MySQL on Windows” Data Files to another_MySQL

WBOY
WBOY원래의
2016-06-01 13:14:471463검색

When you install “MySQL on Windows”,  the database Data Files are by default placed/located in “C:/ProgramData/MySQL/MySQL Server 5.1/Data/” folder as shown below:

image

As a best practice, a DBA would always like to have the DB data files to be placed on a separate drive/volume.  To change the folder location, you need to modify it in “MySQL Workbench” > Under Instance, Options File > General Tab > Directories > datadir and set the path to the folder on a another drive/volume (as shown below). Then click Apply.

image

Click Apply on the “Apply Changes to MYSQL Configuration File” (“C:/Program Files/MySQL/MySQL Server 5.1/my.ini”)

image

Then copy over the Data Files from initial location to the new location.  That is from “C:/ProgramData/MySQL/MySQL Server 5.1/Data/” to “D:/myDB” in above example.

Now, “MySQL Workbench” > Under Instance,  Startup / Shutdown MySQL Server” > click “Stop Server”

image

Rename the existing old Data Files location.  That is, “C:/ProgramData/MySQL/MySQL Server 5.1/Data/” to “C:/ProgramData/MySQL/MySQL Server 5.1/Data-OLD/”

p>Now Re-launch the “MySQL Workbench” then goto Under Instance,  Startup / Shutdown MySQL Server” > click “Start Server”.  Provide the password for the two prompts you receive.  Then now your MySQL should be running fine with Data Files being relocated or moved from it’s default  “C:/ProgramData/MySQL/MySQL Server 5.1/Data/” to “D:/myDB”.

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.