FreeBSD Mail Server – 1 – MySQL Install
MySQL is a database application that is very fast and very reliable. You can read more about it by visiting http://www.mysql.com/.
Install MySQL via ports:
#cd /usr/ports/databases/mysql50-server #make all install clean
Add mysqld to system startup:
#echo ‘mysql_enable=”YES”‘ >> /etc/rc.conf
Start MySQL:
#/usr/local/etc/rc.d/mysql-server start
Secure MySQL root user account and delete nameless user(s):
#mysql -u root mysql
>UPDATE user SET Password=PASSWORD(’mysql_root_password’) WHERE User=’root’;
>DELETE [...]
Read original post at http://devnix.wordpress.com/2009/04/16/freebsd-mail-server-1-mysql-install/
Related posts:
- FreeBSD Mail Server – 6 – Postfixadmin Install
- FreeBSD Mail Server – 3 – Postfix Install
- FreeBSD Mail Server – 2 – Dovecot Install
- FreeBSD Mail Server – 5 – PHP Install
- FreeBSD Mail Server – 10 – Squirrelmail Install
- FreeBSD Mail Server – 4 – Apache Install
- FreeBSD Mail Server – 9 – PEAR Install
- FreeBSD Mail Server – 8 – ClamAV Install
- Step by Step Setup Postfix Mail Server on FreeBSD
- Step by Step Setup Postfix Mail Server on FreeBSD
Categories: Alumnus Blog
Wikusama (noun) : nick community alumni [1] widyaloka kusuma samekta makarya [2] tempat mencari ilmu yang bersinar, harum, mewangi, yang mendidik dan menyiapkan sumber daya manusia agar siap terjun ke dunia kerja [3] ikatan alumni smk telekomunikasi sandhy putra malang [4] tidak mengenal batas generasi dan umur; mailing-list [1] wikusama@wikusama.com
Latest Comments