root

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...
  2. GT_Rambo

    Reset the root password and Changing the hostname (FreeBSD)

    RESET THE ROOT PASSWORD: At startup, we select the "Boot Single User" option from the boot screen by pressing 2 and boot the system. Then we reset the root password by following the steps below: fsck -y mount -u / mount -a -t ufs passwd root reboot CHANGING THE HOSTNAME $ hostname...
Back
Top