//사이트에서... mysql.sock 에러 //쉘에서 [root@localhost bin]# ./mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data STOPPING server from pid file /usr/local/mysql/data/localhost.pid 060614 11:35:35 mysqld ended //해결 [root@localhost bin]#./mysqld_safe --user=root 유저를 지정해줌 |
Posted on 2006/06/14 11:39
Filed Under Database/Mysql