Hey lads,
MariaDB 10.1.22 doesn't start if it a fresh install. If it's an upgrade it works fine.
The output is:
At first I thought is was something wrong with the package from my own repo but then I've tried the one from FreeBSD's repo and I have the same issue.
Needless to say that the file /usr/local/share/mysql/maria_add_gis_sp_bootstrap.sql doesn't exist.
Any thoughts?
Cheers
MariaDB 10.1.22 doesn't start if it a fresh install. If it's an upgrade it works fine.
The output is:
Code:
/usr/local/etc/rc.d/mysql-server onestart
FATAL ERROR: Could not find /usr/local/share/mysql/maria_add_gis_sp_bootstrap.sql
If you compiled from source, you need to either run 'make install' to copy the software into the correct location ready for operation. If you don't want to do a full install, you can use the --srcddir option to only install the mysql database and privilege tables
If you are using a binary release, you must either be at the top level of the extracted archive, or pass the --basedir option pointing to that location.
The latest information about mysql_install_db is available at [URL]https://mariadb.com/kb/en/installing-system-tables-mysql_install_db[/URL]
/usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql
Needless to say that the file /usr/local/share/mysql/maria_add_gis_sp_bootstrap.sql doesn't exist.
Any thoughts?
Cheers