Problems in starting mysql server.
- by Vineeth
Hello all,
I'm trying to start the mysql server on fedora 12. service mysqld start gives me an error:
MySQL Daemon failed to start.
Starting MySQL: [FAILED]
More details
[root@localhost mysql]# which mysql
/usr/bin/mysql
[root@localhost mysql]# mysql --version
mysql Ver 14.14 Distrib 5.1.46, for redhat-linux-gnu (x86_64) using readline 5.1
What am I doing wrong?