Page 1 of 1

CLOSED: MariaDB Server stopped

Posted: Fri Sep 11, 2015 7:48 am
by hemington1
I notice the MariaDB Server is in a permanent stopped state after Amahi 8 and app install.
All apps are configured and working O.K.
What is this server for? Can it be started via terminal?

Re: MariaDB Server stopped

Posted: Fri Sep 11, 2015 9:34 am
by bigfoot65
This is a known issue and does not affect the actual service. MariaDB is the database (MySQL replacement).

Refer to Amahi Bug 1802.

Yuu can see the status of the server via command-line:

Code: Select all

sudo systemctl status mariadb

Re: MariaDB Server stopped

Posted: Fri Sep 11, 2015 6:03 pm
by hemington1
Thanks Big.
Good work on the Amahi 8 to you and the team.
:D

Re: MariaDB Server stopped

Posted: Fri Sep 11, 2015 6:16 pm
by bigfoot65
No problem.

Thanks for the appreciation on Amahi 8. We did work hard on this release. The next one will be even better.

Re: CLOSED: MariaDB Server stopped

Posted: Mon Sep 28, 2015 8:57 pm
by sakhmed
I have the same problem

When issue the command

Code: Select all

sudo systemctl status maridadb
Terminal returns

Code: Select all

? maridadb.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead)
Should it causes any problem???
Please let me know

Re: CLOSED: MariaDB Server stopped

Posted: Tue Sep 29, 2015 4:29 am
by bigfoot65
The correct syntax is:

Code: Select all

sudo systemctl status mariadb
maridadb is not a valid service. Sorry about the typo in an earlier post.