[Bug 211464] pkg 1.8.2 upgrade chown mysql -> 88

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 13 09:01:50 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211464

dasti <stievenard.david at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stievenard.david at gmail.com

--- Comment #2 from dasti <stievenard.david at gmail.com> ---
I think I can help on this one :)


on freeBSD 10.3

installed package mysql56-server
- 'pkg install mysql56-server'

changed pkg configuration file to the 'lastest'
- from  this line -- 'url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",'
- to this line -- 'url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",'

refreshed and it updated mysql server from  5.6.30 to 5.6.32
- 'pkg update'

tried to start mysql doesn't work, no error in /var/log/message
error appears in mysql's error log file (sorry I don't have the path anymore)


the fix that worked for me is to give back permissions for the user mysql to
the this directory -> /var/db/mysql

a link to someone getting the same problem (certainly on another OS) ->
http://dba.stackexchange.com/a/99365

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-pkg mailing list