fatal error could not find . bin my_print_defaults admin 2011.09.06 http://dev.mysql.com 에서 다운로드 후 설치mysql 5.1 바이너리 설치 [바이너리 버전 설치 순서]shell> groupadd mysqlshell> useradd -g mysql mysqlshell> cd /usr/localshell> gunzip < /path/to/mysql-VERSION-OS.tar.gz | tar xvf –shell> ln -s full-path-to-mysql-VERSION-OS mysqlshell> cd mysqlshell> chown -R mysql .shell> chgrp -R mysql .shell> scripts/mysql_install_db –user=mysqlshell> chown -R root .shell> chown -R mysql datashel... Read More..