How to install Mysql on freebsd , i have tried a lot but after i am getting lot many error so i have removed it , but now i want to reinstall it so , can anyone suggest me the link / commands to install it ?

link|improve this question
feedback

3 Answers

up vote 1 down vote accepted

I would recommend a mysql 5.1 binary from: http://dev.mysql.com/downloads/mysql/5.1.html

You can select freebsd from the dropdown.

Then follow the directions at: http://dev.mysql.com/doc/refman/5.1/en/binary-installation.html

These instructions are not bulletproof, so you may need to read a bit of documentation. Post questions if you have them.

link|improve this answer
feedback

make install clean -C /usr/ports/database/mysql51-server

http://www.freebsd.org/doc/en/books/handbook/ports.html

link|improve this answer
feedback

Use binary package(it's easier than to compile from ports):

pkg_add -r mysql51-server
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.