Re: [CentOS] mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Duncan Hutty
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/5/12 4:22 PM, Larry Martell wrote: > On Sun, Feb 5, 2012 at 11:58 AM, Larry Martell > wrote: >> On Sun, Feb 5, 2012 at 10:31 AM, Tait Clarridge >> wrote: >>> >>> >>> On Sat, 2012-02-04 at 17:15 -0700, Larry Martell wrote: Just installed m

Re: [CentOS] mysql won't start with service, but starts with mysqld_safe

2012-02-05 Thread John R Pierce
On 02/05/12 1:22 PM, Larry Martell wrote: > clone(child_stack=0, > > flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, > > child_tidptr=0xb7746b98) = 17017 wild guess says, its forking itself, and THAT process invokes /etc/init.d/mysqld -- john r pierceN 37,

Re: [CentOS] mysql won't start with service, but starts with mysqld_safe

2012-02-05 Thread Larry Martell
On Sun, Feb 5, 2012 at 11:58 AM, Larry Martell wrote: > On Sun, Feb 5, 2012 at 10:31 AM, Tait Clarridge wrote: >> >> >> On Sat, 2012-02-04 at 17:15 -0700, Larry Martell wrote: >>> Just installed mysql on centos 6.2. When I try to start it with service I >>> get: >>> >>> #service mysqld start >>>

Re: [CentOS] mysql won't start with service, but starts with mysqld_safe

2012-02-05 Thread Larry Martell
On Sun, Feb 5, 2012 at 10:31 AM, Tait Clarridge wrote: > > > On Sat, 2012-02-04 at 17:15 -0700, Larry Martell wrote: >> Just installed mysql on centos 6.2. When I try to start it with service I >> get: >> >> #service mysqld start >> MySQL Daemon failed to start. >> Starting mysqld:              

Re: [CentOS] mysql won't start with service, but starts with mysqld_safe

2012-02-05 Thread Tait Clarridge
On Sat, 2012-02-04 at 17:15 -0700, Larry Martell wrote: > Just installed mysql on centos 6.2. When I try to start it with service I get: > > #service mysqld start > MySQL Daemon failed to start. > Starting mysqld: [FAILED] > > Nothing at all is written