Tsaukpaetra
Patron
- Joined
- Jan 7, 2014
- Messages
- 215
I've been following the 9.2.1.x nightlies lately (about every week), and I just noticed that my jailed MySQL server keeps launch-looping. It seems to start up just fine, but then silently crashes (upon which mysqld_safe relaunches the process).
Some of the repeating error log: Pastebin full log
The server is fine if I add the following line to my.conf
But of course that means I can only access it via linux sockets (not so helpful for all my web applications).
I'll try and ask elsewhere, but in the hopes that someone knows any kernel-based issues that may relate, I thought to save some time and grief if it was a known problem.
Some of the repeating error log: Pastebin full log
Code:
2014-06-10 22:46:01 24647 [Note] Server hostname (bind-address): '192.168.1.184'; port: 3306 2014-06-10 22:46:01 24647 [Note] - '192.168.1.184' resolves to '192.168.1.184'; 2014-06-10 22:46:01 24647 [Note] Server socket created on IP: '192.168.1.184'. 2014-06-10 22:46:01 24647 [Note] Event Scheduler: Loaded 0 events 2014-06-10 22:46:01 24647 [Note] /usr/local/libexec/mysqld: ready for connections. Version: '5.6.19' socket: '/tmp/mysql.sock' port: 3306 Source distribution 140610 22:46:01 mysqld_safe mysqld restarted
The server is fine if I add the following line to my.conf
Code:
skip-networking
But of course that means I can only access it via linux sockets (not so helpful for all my web applications).
I'll try and ask elsewhere, but in the hopes that someone knows any kernel-based issues that may relate, I thought to save some time and grief if it was a known problem.