Where is Mysql-server port in openbsd

openbsdport

What's wrong with mysql-server port?? I can't find it anywhere /usr/ports/database/mysql is mysql-client only =(

Please, don't say something like "you shouldn't use ports", only in that case if ports will be wiped out in openbsd. (lol, I hope this will never happen)

Best Answer

Actually it's both, the server part is probably a flavour, see: http://openbsd.org/faq/faq15.html#PortsFlavors

Unless you have good reason to compile from source you should check out packages, they're designed to be easy to use and maintain, especially when upgrading to newer versions (see pkg_add(1))

Related Topic