Hey,
I already posted this to the Arch Linux forums, but they weren't willing to help, so I hope I might get some advises here.
Hello,
I just installed the mariadb package just like it is explained in the wiki on my Banana Pi.
Before trying to launch the service, I used the
$this->bbcode_second_pass_code('', '
mysql_db_install')
command, like it is said on the wiki.
Now when I start the service (either mariadb.service or mysqld.service, it doesn't matter) I keep getting the following error:
$this->bbcode_second_pass_code('', '
# systemctl start mariadb
Job for mariadb.service failed because the control process exited with error code.
See "systemctl status mariadb.service" and "journalctl -xe" for details.')
If I run systemctl status mariadb it says
$this->bbcode_second_pass_code('', '# systemctl status mariadb.service
● mariadb.service - MariaDB database server
Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor pres
Active: failed (Result: exit-code) since Do 2016-09-01 22:47:36 UTC; 7s ago
Process: 1298 ExecStart=/usr/sbin/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WS
Process: 1245 ExecStartPre=/bin/sh -c VAR=`/usr/bin/galera_recovery`; [ $? -eq
Process: 1243 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START
Main PID: 1298 (code=exited, status=227/NO_NEW_PRIVILEGES)
# journalctl -xe
No journal files were found.
-- No entries --
')
I already deleted the /var/lib/mysql folder, deleted only the logfiles in this folder, reinstalled mariadb, rerun the database installation script.
I am totally running out of ideas what might cause the problem and on the internet I found some similar problems but not the same.
The database is the thing I need the Banana Pi the most for hmm And I really don't want to move to Ubuntu / Raspbian / Bananian or so.
Any help is highly appreciated!