Apr
10
2008
0

Failed to enable the ‘httpready’ Accept Filter

190 views
# nano /boot/loader.conf

add the following line into

accf_http_load="YES"
Written by Pipo in: FreeBSD & Linux | Tags: ,
Apr
10
2008
0

MySQL Reset Password

145 views
# killall mysqld
# /usr/local/bin/mysqld_safe --skip-grant-tables --skip-networking &
# mysql -u root
mysql> use mysql;
mysql> UPDATE user SET Password=PASSWORD("1234") WHERE User="root";
mysql> exit;
# killall mysqld
# /usr/local/etc/rc.d/mysql-server.sh start
Written by Pipo in: MySQL | Tags: ,

Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes