Has anyone in here succesfully installed mariadb/mysql with the newest release of archlinux arm for raspberry pi (from may 2014)?
After installation i tryed to start mysql with
after a few seconds i receive an error telling me to have a look at status report and log file, status-command is showing an output which starts with the following lines:sudo systemctl start mysqld
trying to start mysql manually withmysqld.service - MariaDB database server
Loaded: loaded (/usr/lib/systemd/system/mysqld.service; disabled)
Active: activating (start-post) (Result: exit-code) since Fri 2013-08-02 11:51:18 EDT; 40s ago
Process: 1603 ExecStart=/usr/bin/mysqld --pid-file=/run/mysqld/mysqld.pid (code=exited, status=1/FAILURE)
results in a lot of permmision errors...so i think it's a problem of wrong permissions for files and directories. Am logged in as a manual created user pi with sudo-rights.../usr/bin/mysqld --pid-file=/run/mysqld/mysqld.pid
no clue how to solve that, tryed a lot around with hints and tips from different sources allready, mainly with chmod or chown-commands...but no success at all, the mysql-services don't start.
maybe someone could help?