mysql 설치
1.yum을 이용해서 설치하는 경우
root 계정으로 전환하고
# yum -y install mysql mysql-server mysql-connector-odbc mysql-devel
# cp /usr/share/mysql/my-huge.cnf /etc/my.cnf
# vi my.cnf
# mysql_install_db
# chown -R mysql:mysql /var/lib/mysql/
# cd /etc/rc.d/init.d
# ./mysqld start
# mysqladmin -u root password "암호"
2.rpm을 이용해서 설치하는 경우,
root 계정으로 전환하고 rpm 설치
# yum -install rpm
설치된 rpm 으로 mysql 설치
# rpm -qa mysql*
3. mysql 데몬 실행
# cd /etc/init.d/
# ./mysqld start
4.mysql 접속 확인
#mysql
5. mysql 프로세스 동작확인
# ps -aux | grep mysql
- CentOS 설치 후 기본 설정들
http://skywork.egloos.com/1713517
- tomcat 설치
http://wagulwagul.tistory.com/3
- perl 설치
http://blog.naver.com/PostView.nhn?blogId=introsoul&logNo=70030447799&widgetTypeCall=true
- vmware tools 설치
http://virtualhive.tistory.com/58
http://ndmnwg.egloos.com/590562
- 이클립스 & 톰 캣 설치
http://ratmsma.tistory.com/entry/40025409172
1.yum을 이용해서 설치하는 경우
root 계정으로 전환하고
# yum -y install mysql mysql-server mysql-connector-odbc mysql-devel
# cp /usr/share/mysql/my-huge.cnf /etc/my.cnf
# vi my.cnf
# mysql_install_db
# chown -R mysql:mysql /var/lib/mysql/
# cd /etc/rc.d/init.d
# ./mysqld start
# mysqladmin -u root password "암호"
2.rpm을 이용해서 설치하는 경우,
root 계정으로 전환하고 rpm 설치
# yum -install rpm
설치된 rpm 으로 mysql 설치
# rpm -qa mysql*
3. mysql 데몬 실행
# cd /etc/init.d/
# ./mysqld start
4.mysql 접속 확인
#mysql
5. mysql 프로세스 동작확인
# ps -aux | grep mysql
- CentOS 설치 후 기본 설정들
http://skywork.egloos.com/1713517
- tomcat 설치
http://wagulwagul.tistory.com/3
- perl 설치
http://blog.naver.com/PostView.nhn?blogId=introsoul&logNo=70030447799&widgetTypeCall=true
- vmware tools 설치
http://virtualhive.tistory.com/58
http://ndmnwg.egloos.com/590562
- 이클립스 & 톰 캣 설치
http://ratmsma.tistory.com/entry/40025409172
댓글
댓글 쓰기