Friday, August 15, 2008

Mysql 5 Cluster & FreeBSD

Add this to /usr/local/etc/pkgtools.conf in your MAKE_ARGS statement. It's
the WITH_NDB=1 switch that will enable building with cluster support, the
rest is up to you. Then use the portinstall command to build the port.
>From there on it is like any other OS to build the MySQL cluster.


MAKE_ARGS = {
'databases/mysql*' => 'WITH_NDB=1 WITH_ARCHIVE=1 BUILD_OPTIMIZED=1
WITH_OPENSSL=1',
}

http://www.mail-archive.com/freebsd-questions@freebsd.org/msg130462.html

Centos 7 reset root/ any user lost password / lockout due to cant remember password

1. Need to be in front of the terminal. (Physically if not vm). 2. Reboot the server 3. Press 'e' in the GRUB2 boot screen. 3. bunch...