Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Cc: gentoo-server@l.g.o
Subject: [gentoo-user] Re: mysql
Date: Sun, 11 Jul 2010 17:38:13
Message-Id: i1cvgs$54g$1@dough.gmane.org
In Reply to: [gentoo-user] mysql by "Stéphane Guedon"
1 On 07/11/2010 09:29 AM, Stéphane Guedon wrote:
2 > Hello
3 >
4 > Could someone help me concerning mysql.
5 >
6 > My servers (both laptop hosted mysql and server hosted) are buggy. Every time I restart them through the
7 > init script, it crash ! :
8 >
9 > 18:15:06 root@einstein:~ # rc-service mysql restart
10 > pdns | * Stopping PowerDNS (default) ...
11 > mediatomb | * Stopping MediaTomb ... [ ok ]
12 > mysql | * Stopping ...
13 > mysql | * Stopping mysqld (0) [ ok ]
14 > mysql | * Starting ...
15 > mysql | * Starting (/etc/mysql/my.cnf)
16 > mysql | * MySQL NOT started (0) [ !! ]
17
18 I'm not familiar with running rc-service directly. If you add the --debug flag
19 like this:
20
21 #/etc/init.d/mysql start --debug
22
23 maybe it will give you better error messages.

Replies

Subject Author
Re: [gentoo-user] Re: mysql "Stéphane Guedon" <stephane@××××××××××.eu>