35.4 MySQL
Installing MySQL 8.4 LTS
# pkg install mysql84-server# cd /usr/ports/databases/mysql84-server/
# make install clean# pkg info -D mysql84-serverInstalling MySQL 9.7 LTS
# pkg install mysql97-server# cd /usr/ports/databases/mysql97-server/
# make install cleanStarting the Service
Logging In
Changing the Password
MySQL Configuration File
Last updated