[root@Lilly bin]# ./mysql_install_db
Creating db table
Creating host table
Creating user table
Creating func table
Creating tables_priv table
Creating columns_priv table
여기서 멈추고 움직이질 안습니다.
ctrl+z 하며 빠져나옵니다.
rpm으로 해도 여기서 멈춰서 꿈쩍도 안합니다.
[root@Lilly bin]# ./safe_mysqld &
[4] 990
[root@Lilly bin]# A mysqld process already exists
여기서 다시 멈추고 ctrl+c하면 나옵니다.
[root@Lilly bin]# ./mysql mysql
ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock'
(111)
[root@Lilly bin]#
무작정 실행을 해보면 이런 메세지다 나옵니다.
rebooting과 /etc/ld.so.conf에 pash도 했습니다.
언 일주일이 간것 같군요..
꼭좀 도와주시면 감사하겠습니다.