Jump to content

Recommended Posts

11/5/2022

Install mysql 5.5 or 5.6 and can't install 

error 

freebsd company closed ???????

http://pkg.freebsd.org/FreeBSD:11:amd64/quarterly/Latest/pkg.txz    This is  =  pkg install mysql55-server or pkg install mysql56-server

😞

Tutorial martysama

This is the hidden content, please

 

Not work 11/5/2022  freebsd not work install mysql 

pkg update  not work

pkg update -f not work

pkg install mysql55-server not work

pkg install mysql56-server not work

  • Metin2 Dev 16
  • Dislove 1
  • Angry 1
  • Good 8
  • Love 1
  • Love 8
Link to comment
Share on other sites

OK NO PROBLEM I FIX IT   IF COMPANY HAVE FREEBSD 11 

 

freebsd-update fetch
freebsd-update install
shutdown -r now
shutdown -p now
freebsd-update upgrade -r 12.0-RELEASE
freebsd-update install
shutdown -r now
freebsd-update install
freebsd-update install


shutdown -r now
REBOOT 
shutdown -p now
pkg bootstrap -f
pkg update -f
pkg upgrade
pkg-static install -f pkg
/usr/sbin/pwd_mkdb -p /etc/master.passwd

REBOOT
shutdown -p now
pkg install mysql55-server
pwd_mkdb -p /etc/master.passwd
chown -R mysql /var/db/mysql/
chgrp -R mysql /var/db/mysql/
sysrc mysql_enable=yes
service mysql-server start

REBOOT

  • Good 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.