메뉴 닫기

mysql data 디렉토리 경로 변경

고객들 중 간혹 mysql  data 디렉토리를 변경해달라는 요청이 있습니다.

※ 변경 방법

[root@localhost root]#/etc/init.d/mysqld stop

일단 변경할 디렉토리를 생성 합니다.

[root@localhost]#mkdir /usr/local/src/mysqldata

[root@localhost]#vi /etc/my.cnf

[mysqld]
port = 3306
socket = /tmp/mysql.sock
skip-external-locking
key_buffer_size = 384M
max_allowed_packet = 1M
table_open_cache = 512
sort_buffer_size = 2M
read_buffer_size = 2M
read_rnd_buffer_size = 8M
myisam_sort_buffer_size = 64M
thread_cache_size = 8
query_cache_size = 32M
# Try number of CPU’s*2 for thread_concurrency
thread_concurrency = 8
datadir=/usr/local/src/data // 이부분으로 수정

위 작업 후에 기존에 mysqld data의 내용을 /usr/local/src/mysqldata로 옮긴다

[root@localhost root]#cp -arp /usr/local/mysql/data/ /usr/local/src/

[root@localhost root]#/etc/ini.t/mysqld start

asdf

 

-> 사진을 클릭하면 크게 보실수 있습니다.

◆ 위와 같이 데이타디렉토리가 변경 된 것을 확인 할 수 있습니다.

[polldaddy rating=”7739789″]

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x