Currently using FreeNAS-11.1-U4
After installing a jail with all options as default, I run the following commands:
pkg update
pkg upgrade
pkg install mysql57-server mysql57-client
sysrc mysql_enable="YES"
Problems start at:
service mysql-server start
It outputs the next and doesn't star the service:
WARNING: failed precmd routine for mysql
I used exactly the same commands when first installing mysql 6 months ago in version 10, but now doesn't work, is there any fix to this?
After installing a jail with all options as default, I run the following commands:
pkg update
pkg upgrade
pkg install mysql57-server mysql57-client
sysrc mysql_enable="YES"
Problems start at:
service mysql-server start
It outputs the next and doesn't star the service:
WARNING: failed precmd routine for mysql
I used exactly the same commands when first installing mysql 6 months ago in version 10, but now doesn't work, is there any fix to this?