Skip to content

2009.10.15 14:06

mysql 초간단 설치

조회 수 6709 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

groupadd -g 400 mysql;

useradd -u400 -g400 -d /usr/local/mysql -s /bin/false mysql;
 

./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --with-charset=euckr --with-mysql-user=mysql --with-extra-charsets=all --enable-thread-safe-client

make & make install


/usr/local/mysql/bin/mysql_install_db

 

cp /usr/local/src/mysql-5.0.45/support-files/my-huge.cnf /etc/my.cnf


chown -R mysql:mysql /usr/local/mysql

chown -R mysql:mysql /usr/local/mysql/data

cp /usr/local/mysql/share/mysql/mysql.server /etc/init.d/mysqld

chkconfig --add mysqld

vi /root/.bash_profile 패스추가

/usr/local/mysql/bin

source /root/.bash_profile

/etc/init.d/mysqld start

mysqladmin -u root password 패스워드

mysql -u root -p


  1. MySQL 4.1 이상에서 한글 사용

    Date2009.09.28 ByADMINPLAY Views7293
    Read More
  2. mysql 초간단 설치

    Date2009.10.15 ByADMINPLAY Views6709
    Read More
  3. mysqli 동적모듈 추가

    Date2009.11.01 ByADMINPLAY Views9405
    Read More
  4. Mysql 5.0.67 Cluster 소스설치 구성하기

    Date2009.11.19 ByADMINPLAY Views9897
    Read More
  5. HeartBeat를 이용한 MySQL HA 구성

    Date2009.11.19 ByADMINPLAY Views10350
    Read More
  6. MySQL 클러스터

    Date2009.11.19 ByADMINPLAY Views9981
    Read More
  7. Mysql Replication(Master, Slave) 설정

    Date2009.11.19 ByADMINPLAY Views9734
    Read More
  8. MySQL Replication

    Date2009.11.19 ByADMINPLAY Views8092
    Read More
  9. MySQL Replication(복제)

    Date2009.11.19 ByADMINPLAY Views7794
    Read More
  10. 리눅스를 이용한 클러스터링 구축법

    Date2009.11.19 ByADMINPLAY Views10756
    Read More
  11. Mysql bin log 로테이션 방법

    Date2009.11.26 ByADMINPLAY Views9560
    Read More
  12. MySQL 데이터 정리후에도 용량변동이 없을 경우

    Date2009.12.31 ByADMINPLAY Views8663
    Read More
  13. Starting MySQL.Manager of pid-file quit without updating fi[실패]

    Date2010.01.28 ByADMINPLAY Views19868
    Read More
  14. Redmine database를 복구 하고자 할 때

    Date2010.03.06 Byl2zeo Views15599
    Read More
  15. MySQL Error 2006 : MySQL server has gone away 해결하기

    Date2010.03.08 Byl2zeo Views12601
    Read More
  16. PHP5와 MySQL5 연동시 한글 인코딩 문제 해결방법 (UTF-8으로의 변환)

    Date2010.03.08 Byl2zeo Views12583
    Read More
  17. Another app is currently holding the yum lock; waiting for it to exit 해결법

    Date2010.03.08 Byl2zeo Views18286
    Read More
  18. MySQL 명령어 정리

    Date2010.03.08 Byl2zeo Views10214
    Read More
  19. lower_case_table_names=1

    Date2010.04.02 ByADMINPLAY Views18086
    Read More
  20. mySQL 설치

    Date2010.05.03 ByADMINPLAY Views12905
    Read More
Board Pagination Prev 1 2 3 4 5 Next
/ 5

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234