반응형
mysql.server 파일을 위치를 찾아서 /etc/init.d 에 mysqld 로 복사.
(which mysql.server 하면 나옴)
chkconfig --add mysqld
chkconfig --level 2345 mysqld on
chmod 755 /etc/rc.d/init.d/mysqld
이제 ntsysv 에 보시면 mysqld 가 추가되어 있음
chkconfig --list | grep mysqld
mysqld 0:off 1:off 2:on 3:on 4:on 5:on 6:off
반응형
'Database' 카테고리의 다른 글
myBatis mapper 설정 (0) | 2014.06.16 |
---|---|
MySQL - The server quit without updating PID 에러 (0) | 2014.05.12 |
MySQL Replication(미러링) (0) | 2014.05.09 |
centos에 mysql5.6 설치 메뉴얼 (0) | 2014.05.08 |
MySQL 외부접속 허용하기 (0) | 2014.05.08 |
댓글