1)mysql을 다운 받아서
2)tar xvfz mysql-4.1.8.tar.gz 압축을 풀고
3)./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data -with-charset=euckr
을 실행
4)make 시 아래 와 같은에러가 나옵니다. ㅡㅡ;;
The new features include support for "for semi-synchronous replication, mirroring the binlog from a master to a slave, quickly promoting a slave to a master during failover, and keeping InnoDB and replication state on a slave consistent during crash recovery."