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 ?
Asked
Active
Viewed 154 times
3 Answers
2
Use binary package(it's easier than to compile from ports):
pkg_add -r mysql51-server

alvosu
- 8,437
- 25
- 22
1
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.

Hersheezy
- 356
- 1
- 16