Problems in starting mysql server.
Posted
by Vineeth
on Super User
See other posts from Super User
or by Vineeth
Published on 2010-05-28T12:47:43Z
Indexed on
2010/05/28
12:53 UTC
Read the original article
Hit count: 473
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?
© Super User or respective owner