0

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 ?

rawman
  • 13
  • 3

3 Answers3

3

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

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

gelraen
  • 2,311
  • 20
  • 19
2

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

pkg_add -r mysql51-server
alvosu
  • 8,357
  • 24
  • 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