mysql

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  1. GT_Rambo

    Metin2 Installing mysql on FreeBSD

    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...
Back
Top