i am new to Linux and Cloudera.
I am trying to install cloudera manager on CentOS. after I installed the mysql jdbc connector, I found the mysql service failed. Here is what i got:
$ mysql -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
# service mysqld start
MySQL Daemon failed to start.
Starting mysqld: [FAILED]
can anybody give me some hints?
thanks a lot!