일단은 MySQL을 시험해 보려고 계정을 하나 만들어서 깔고요.
일단 mysql이 시작이 되서 mysql콘솔로 들어가서 이것저것 해봤는데 잘 되더군요.
근데.. 문제는.. mysql을 kill시키구서는 다시 실행했거든요.
근데 다음과 같은 에러를 냅니다.
mysqladmin start
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (14
6)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
ysqladmin daemon이라구 해도 똑같은 에러를 내고요.
시작이 안된 상태에서 실행을 하면..
mysql -u root mysql이라고 치면..
ERROR 2002: Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (146)
이렇게 에러를 냅니다.
계정은 root가 아닌 일반이고요.
퍼미션이나 그런거 아무런 문제가 없는거 같습니다.
(단지 mysql.sock|라는 파일??아니.. 디렉토리?? 아니.. 뭐지?? --;)
으.. 미치겠어요.
다음은 tmp영역의 mysql.sock입니다.
[zeus:telalin]/tmp # ls -al
총 74
drwxrwxrwt 6 sys sys 319 1월 4일 10:00 ./
drwxrwxrwx 34 root root 1024 12월 28일 09:58 ../
drwxrwxrwx 2 creatore root 104 10월 13일 13:00 .X11-pipe/
drwxrwxrwx 2 creatore root 104 10월 13일 13:00 .X11-unix/
drwxrwxrwx 2 root root 107 10월 13일 12:57 .pcmcia/
drwxrwxrwx 2 creatore staff 109 10월 13일 13:01 .removable/
p--------- 1 telalin staff 0 12월 28일 10:24 mysql.sock|
-rw-rw-r-- 1 root sys 14976 10월 13일 12:56 ps_data
MySQL이 왜 시작되지 않는지 제발좀 갈켜주세요. T-T
|