Install MySQL 8 on FreeBSD

To install MySQL 8 on FreeBSD 13, run

pkg install mysql80-server-8.0.25_2

Enable start on boot

echo 'mysql_enable="YES"' >> /etc/rc.conf

Start MySQL server

Advertisement

service mysql-server start

By default MySQL root user have no password set. You can login with the command

mysql
Add a comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Advertisement