MySQLサーバーがFedora 12で起動に失敗する


-1

yum install mysqlFedora 12 を使用してMySQLをインストールしました。サーバーを起動するにはどうすればよいですか?

[root@localhost init.d]# which mysql
/usr/bin/mysql

[root@localhost init.d]# mysql --version
mysql  Ver 14.14 Distrib 5.1.46, for redhat-linux-gnu (x86_64) using readline 5.1

ここに私が試した上記のすべてのコマンドのリストがあります

[root@localhost init.d]# mysql -h localhost -u username -p
Enter password: 
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql
/mysql.sock' (111)
[1]+  Exit 127                /usr/bin/mysqld_safe


[root@localhost init.d]# /etc/init.d/mysql start
bash: /etc/init.d/mysql: No such file or directory


[root@localhost init.d]# /usr/bin/mysql start
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql
/mysql.sock' (111)


[root@localhost init.d]# services mysqld start
bash: services: command not found


[root@localhost init.d]# chkconfig --level 345 mysql on
error reading information on service mysql: No such file or directory

[root@localhost init.d]# service mysql start
mysql: unrecognized service

[root@localhost init.d]# /etc/init.d/mysqld start
bash: /etc/init.d/mysqld: No such file or directory

これもしなければならなかった.. yum install mysql-server(いいね!)

今、私はこのエラーを受け取ります

[root@localhost vineeth]# service mysqld start
MySQL Daemon failed to start.
Starting MySQL:                                            [FAILED]

[root@localhost vineeth]# /etc/init.d/mysqld start
MySQL Daemon failed to start.
Starting MySQL:                                            [FAILED]

すでに実行されているはずです。を使用して接続できますmysql -h localhost -u username -pか?
ペッカ

1
これはsuperuser.com> /etc/init.d/mysql start(i think)で尋ねる必要があります

グーグル、あなたはすぐに答えを見つけるでしょう。
10

回答:




0
chkconfig --level 345 mysql on

しかし、デーモンを起動するのか、それとも自動起動に設定するだけなのかはよくわかりません。

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.