Here is another post moved over from old blog about mysql installation on FreeBSD. Installing the mysql ports I will be using mysql50-server from the ports section of FreeBSD 7.0
| 
					 1 2  | 
						cd /usr/ports/databases/mysql50-server make install clean  | 
					
The above command will build and store the database in /var/db/mysql One will also need to add to rc.conf file to start mysql […]



