Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-18 Thread Bruce Ferrell
Mike, check the datadir (usually /var/lib/mysql). If it's empty, manually execute mysql_install_db. This will place an initial db in place and mysql will start from then on On 02/18/2015 03:11 PM, mike wrote: > Cameron Mann cybera.ca> writes: > >> Hi all, >> >> I've encountered a problem w

Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-18 Thread Rik Wasmus
Dammit, that should've come from the other account with that work-signature...

Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-18 Thread Rik Wasmus
Have you looked at the possible errors in http://man7.org/linux/man-pages/man3/pthread_create.3.html ? Seems like either a resource / ulimit thing, or perhaps limited by SELinux in some way? On Thu, Feb 19, 2015 at 12:11 AM, mike wrote: > Cameron Mann cybera.ca> writes: > > > > > Hi all, > > >

Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-18 Thread mike
Cameron Mann cybera.ca> writes: > > Hi all, > > I've encountered a problem with MySQL 5.6.23 on CentOS 7.0 and would > greatly appreciate any advice on what to do next. > > Synopsis: > > 1. Fresh install of CentOS 7.0 using minimal install ISO > 2. yum update -y > 3. rpm -i http://dev.mysql.c