Installing mysql on FreeBSD.
# Updates the pkg archive.
pkg update -f
# mysql installs client and server.
pkg install mysql56-client mysql56-server
# Create password database.
pwd_mkdb -p /etc/master.passwd
# Grant permissions to the mysql folder.
chown -R mysql /var/db/mysql/
chgrp...
Hello Guest ,if you like our community
you can always support us by making a
small donation or buying
an upgrade here
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.