


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-bak2. 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 reprinting3. 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 datadir="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, saveExit.
Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.5 \ directory my.ini to
D:\Program Files\MySQL\MySQL Server 5.5\ directory1. 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 datadatabase 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
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!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Zend Studio 13.0.1
Powerful PHP integrated development environment

WebStorm Mac version
Useful JavaScript development tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

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.

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),
