Em đang setup Mysql và có làm theo hướng dẫn tại /hvaonline/readingRoom/item/12288.html nhưng đến khi chạy lệnh:
Code:
Thì nó báo lỗi thế này:
Code:
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
Em đã thử tìm process mysql nhưng ko có gì cả
Code:
[root@localhost mysql-5.1.38]# ps aux | grep mysql
root 10477 0.0 0.0 89004 764 pts/0 R+ 19:03 0:00 grep mysql
Thử tìm mysql.sock cũng ko thấy gì luôn.
Code:
Quá trình compile ko thấy báo lỗi gì, em dùng FC11 và Mysql-5.1.38
P/s: đã thử tìm trên google nhưng vẫn chưa fix đc.