The method of modifying MySQL data directory under Win2008 R2 _win server

Source: Internet
Author: User

Change the default MySQL database directory

Change the C:\ProgramData\MySQL\MySQL Server 5.1\data to D:\MysqlData

1. Create a folder D:\MysqlData

2. Stop MySQL service, copy "C:\ProgramData\MySQL Server 5.1\data" All files to D:\MysqlData

3. Locate the My.ini file in the MySQL installation directory and find:

#Path to the database root
#datadir = "C:/programdata/mysql/mysql Server 5.1/data/"

Change the value of DataDir to: datadir= "d:/mysqldata/"

After saving, restart the MySQL service.

Note: The C:\ProgramData directory is a hidden folder, you can uncheck the file option "Do not show hidden files ..."

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.