Date: Fri, 25 Dec 2015 15:33:36 +0000 From: Matthew Seaman <matthew@FreeBSD.org> To: freebsd-questions@freebsd.org Subject: Re: Mysql server in a jail Message-ID: <567D61D0.5050204@FreeBSD.org> In-Reply-To: <CAPORhP6ZmePg-292xYEP2NZrfEjBMNm3tubod%2BLhgBV5a8ARow@mail.gmail.com> References: <CAPORhP6ZmePg-292xYEP2NZrfEjBMNm3tubod%2BLhgBV5a8ARow@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --KHgPEihWg6KI47h73M76DXUKAlUiiw1k4 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 24/12/2015 21:18, David Mehler wrote: > Is anyone running MySQL 5.6 server in a jail? I'm attempting to do so > and can not get it to start. I've googled this and found others with > this problem, but they had permissions issues which I am not having. > I'm getting no MySQL output at all even when I comment out the > /dev/null options in the MySQL startup file, I have no additional > information except that the server is not starting in the jail. Works for me -- absolutely no problem. Did you look at the error log? That's usually found in /var/db/mysql/${hostname}.err There's plenty of configuration errors that can prevent mysql starting up -- if you're upgrading from an older version of mysql, even though it may have used to work, watch out for some configuration parameters needing to be modified due to changed requirements from the program. mysql will tell you exactly what the problem is in that case. Oh, and at some point the old my.cnf location of /var/db/mysql/my.cnf, already deprecated, will switch to /usr/local/etc/my.cnf -- you might not be the config file you thought you were. Cheers, Matthew --KHgPEihWg6KI47h73M76DXUKAlUiiw1k4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2 iQJ8BAEBCgBmBQJWfWHVXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATVhYQAI5ys9ysocDuOxVhQZ008o4v QmcI0ts6EE5wT+4kVkXlsDiFY5jYtssDb3edKk/9Q+p77XNHhRpBcVISNtbZN/pg QflsFPCEhVzEUEcfSOYgT66DyO1267TGhK4QsRUejQDFk8L14es2a9y5eZ6gXvcj SZmtZZ9Jv8o64vW5v+LNMnyXF17DlanyVyRe74d06SW2WbYMuVuum9WbiRzCD/cI xKOvhnY5d6xfFHVgqKoT0EzfRS4gxhI/e1DSdgGeh5My4YvvvLRuMKm/JvbwMUyB Oxith6Pw0icrcx8iCTKC42zsWqUXz4AZFH5a8Hgq4EInZ1yHQAkJrn7eVN5Q4LS6 F4VNFOiHAsY7OZRSNAEnPDfsLOOk+6+v01FKmKlRjxv6w+32MsIA0OoRU/UKGp3m Vx7NyYJyx1Ob8jVIK2sRgPk4tJV3nZZ/pszF3vn0zxWazK9itABpom1AcGlTNTz4 EZUWhK1AOkKAKO/TUiI8sp1ozAwbxZZCi4G3CVHqjPb7M5fBndNHV7wlBycDtPuA q/8QfKV8r0QPll39kIRuXMrx4Ft2F9oZ8dcjLlBKoJMgDLNuX/O59qpSKI+pxP+h J2KTNhv5ROkhR5nmTBFjxln+YBicnFUBjBkIFmA2b22bUeZsDxCK2wq7N/F6Lrty YhuCmRYUvmI/hlpmKhwA =GCwD -----END PGP SIGNATURE----- --KHgPEihWg6KI47h73M76DXUKAlUiiw1k4--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?567D61D0.5050204>