기본 콘텐츠로 건너뛰기

라벨이 mysql 설치인 게시물 표시

[링크] 맥 참고 자료

맥 추천 어플 http://www.likejazz.com/macosx http://yalgee.tistory.com/191 http://mac.appstorm.net/roundups/utilities-roundups/35-absolutely-essential-mac-apps/   - 매스매티카 관련 사용법, 기초 예제; Mathematica 간단 한글 매뉴얼 Manual http://mwultong.blogspot.com/2007/09/mathematica-manual.html http://delicious.com/mwultong/mathematica http://sdestruct.tistory.com/60 - 맥 OSX환경에서 이클립스 편하게 설정하기. http://blog.pointbre.com/3977/mac-osx-%ED%99%98%EA%B2%BD%EC%97%90%EC%84%9C-%EC%9D%B4%ED%81%B4%EB%A6%BD%EC%8A%A4-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-%ED%8E%B8%ED%95%9C-%ED%82%A4%EB%B3%B4%EB%93%9C-%EC%84%A4%EC%A0%95.html 수학관련 링크 http://pythagoras0.springnote.com/pages/3197800 맥 os용 패키지 배포 툴 - mac ports. http://rukikuki.tistory.com/88 - mac osx ports - mac osx 용 package installer http://rukikuki.tistory.com/87 - mac osx mysql install http://egg.pe.kr/362 - mac osx mysql package install http://trip2me.tistory.com/61  - [mac] 패러럴즈에서 한/영 전환 맥 마운틴 라이언 에서 "마운틴 라이언에서 “확인되지 않은 개발자가 배...

[tip] CentOS 설치 후 설정, 이클립스, 톰캣

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