search
HomeOperation and MaintenanceWindows Operation and MaintenanceHow to modify the MySQL 5.5 database data directory under win2008 R2 server

This article mainly introduces the method of modifying the MySQL 5.5 database data directory under win2008 R2 server. Friends in need can refer to the following

Instructions:

Operating system: Windows Server 2008 R2

MySQL version: 5.5.25a

MySQL programInstallationDirectory: D:\Program Files\MySQL\MySQL Server 5.5

MySQL databaseDefault directory: C:\ProgramData\MySQL\MySQL Server 5.5\data\

Requirements:Modify the MySQL database directory to D:\Program Files\MySQL\MySQL Server 5.5\data

Specific operations:

1. Stop MySQL

Start-cmd

net stop mysql55

## 2. Copy the original database directory Go to the new directory

1. Back up the data directory in D:\Program Files\MySQL\MySQL Server 5.5\ to data-bak

2. Copy C:\ProgramData\MySQL \MySQL Server 5.5\data directory to

D:\Program Files\MySQL\MySQL Server 5.5\ directory

System operation and maintenance www.osyunwei.com Warm reminder: qihang01 original content All rights reserved. Please indicate the source and original link when reprinting

3. Modify the MySQL configuration file

1. Use Notepad to open my.ini

in the C:\ProgramData\MySQL\MySQL Server 5.5\data\ directory and find data

dir="C:\ProgramData\MySQL\MySQL Server 5.5\data"

Add

# comment in front Remove

and add a line below

datadir="D:\Program Files\MySQL\ MySQL Server 5.5\data"

After the modification is completed, save

Exit.

2. Copy C:\

Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.5 \ directory my.ini to

D:\Program Files\MySQL\MySQL Server 5.5\ directory

## 4. Restart MySQL

1. Start-cmd

net start mysql55

2. Enter the MySQL console

Start-All Programs-MySQL-MySQL Server 5.5-MySQL 5.5 Command Line Client

Prompt to enter the password of the MySQL root account, enter it and press Enter to enter the MySQL console

show variables like ' %datadir%';

#Query the MySQL data

database storage directory, as shown in the figure below

You can see that the MySQL database storage directory has been modified to D: \Program Files\MySQL\MySQL Server 5.5\data

At this point, modifying the MySQL 5.5 database directory under Windows Server 2008 R2 is completed

The above is the detailed content of How to modify the MySQL 5.5 database data directory under win2008 R2 server. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
What are the operation and maintenance tools under windowWhat are the operation and maintenance tools under windowMar 05, 2025 am 11:17 AM

This article reviews Windows-based server management tools. It compares free (PowerShell, Windows Admin Center) and commercial options (SCCM, Azure Arc), highlighting their functionality, cost, and complexity. The choice depends on needs, budget, a

How to solve the problem that Tencent Cloud has downloaded?How to solve the problem that Tencent Cloud has downloaded?Mar 05, 2025 am 11:18 AM

This article guides users on opening files downloaded from Tencent Cloud. It addresses common issues like corrupted downloads, incompatible file formats, and software conflicts, offering troubleshooting steps and suggesting contacting Tencent Cloud

How to use Tencent Cloud Lightweight Application Server Tutorial for Using Tencent Cloud Lightweight Application ServerHow to use Tencent Cloud Lightweight Application Server Tutorial for Using Tencent Cloud Lightweight Application ServerMar 05, 2025 am 11:16 AM

This guide details using Tencent Cloud Lightweight Application Servers (LAS). It covers account setup, instance creation (specifying region, configuration, image, security, and storage), and application deployment. Key features include cost-effecti

Tutorial on the mobile version of Tencent Cloud to cancel the account without real nameTutorial on the mobile version of Tencent Cloud to cancel the account without real nameMar 05, 2025 am 11:20 AM

Deleting unregistered Tencent Cloud mobile accounts is impossible without verification. The article explains why account deletion requires verification and details how uninstalling the associated app is the most effective workaround to sever the app

What to do if the windows installation error is not started?What to do if the windows installation error is not started?Mar 05, 2025 am 11:19 AM

This article addresses common Windows installation and boot errors. It details troubleshooting steps for issues like corrupted media, hardware problems, driver conflicts, partitioning errors, BIOS settings, and software conflicts. Solutions include

Recommended Windows Operation and Maintenance Tools What are the Windows Operation and Maintenance Software?Recommended Windows Operation and Maintenance Tools What are the Windows Operation and Maintenance Software?Mar 05, 2025 am 11:15 AM

This article reviews free and paid Windows server administration tools. It compares built-in options like Server Manager & PowerShell with commercial solutions such as SolarWinds and Microsoft System Center, emphasizing the trade-offs between co

What are the main tasks of Windows Operation and Maintenance EngineersWhat are the main tasks of Windows Operation and Maintenance EngineersMar 05, 2025 am 11:14 AM

This article details the key responsibilities and essential skills of a Windows systems administrator. It covers system installation/configuration, monitoring/troubleshooting, security management, backup/recovery, patch management, automation, and u

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),