Hello,
I have problems with MariaDB. Installation works well, MariaDB is running fine, too.
But it won't start after boot automatically and service command do not work.
I installed "mariadb103-server-10.3.11 Multithreaded SQL database (server)" - the latest avaiable version with pkg.
Starting MariaDB with "/usr/local/etc/rc.d/mysql-server start" works well, same stopping and status...
The permissions looks ok, too. So in the end I'm happy about all except that it's not booting automatically. As I know "/usr/local/etc/rc.d/*" is the directory for the scripts to be started after boot - or I'm wrong about that?
And how can I register the service?
Other applications are working in this way, I don't know what I did wrong on MariaDB or how I can fix it.
Have someone an idea?
Thanks so much for help.
Greats Thomas
I have problems with MariaDB. Installation works well, MariaDB is running fine, too.
But it won't start after boot automatically and service command do not work.
Code:
root@thesaurus:/home/XXX # /usr/local/etc/rc.d/mysql-server status
mysql is running as pid 1417.
root@thesaurus:/home/XXX # service mysql-server status
* rc-service: service `mysql-server' does not exist
I installed "mariadb103-server-10.3.11 Multithreaded SQL database (server)" - the latest avaiable version with pkg.
Starting MariaDB with "/usr/local/etc/rc.d/mysql-server start" works well, same stopping and status...
The permissions looks ok, too. So in the end I'm happy about all except that it's not booting automatically. As I know "/usr/local/etc/rc.d/*" is the directory for the scripts to be started after boot - or I'm wrong about that?
And how can I register the service?
Other applications are working in this way, I don't know what I did wrong on MariaDB or how I can fix it.
Have someone an idea?
Thanks so much for help.
Greats Thomas