In this blog, there are many things that I did and got or get to know, while I am developing applications. I write the articles to remember in mind and I hope they will be helpful for the visitors who read them.
2013년 1월 28일 월요일
MySQL 재시작 방법
RedHat 계열의 Linux에 설치된 MySQL을 재시작하려면
# service mysqld restart
or
# /etc/init.d/mysqld restart
비슷하게 시작, 종료하려면,
# service mysqld [start | stop]
or
# /etc/init.d/mysqld [start | stop]
댓글 없음:
댓글 쓰기