MySQL server on FreeBSD 11?

Hi all,
I need to install MySQL server on my new FreeBSD-11CURRENT-arm (on a Raspberry pi) and when I did: pkg search mysql | grep server, there is no results.

Does somebody know why?

Thanks in advance,
joan
 
There isn't a package repo for non Tier 1 platforms, you need to build using ports.
That said, you probably want MariaDB rather than MySQL...
//Danne
 
Back
Top