You are not logged in.

#1 2014-11-10 21:25:06

jds
Member
Registered: 2011-02-20
Posts: 3

[Solved] Connecting Webmin to mariadb

Hi everyone,

I hope this is the right subforum for my question ...

I am trying to setup a Webmin interface to experiment with my newly setup LAMP on a Raspberry Pi (running all the latest from the repositories in Arch-ARM). I have Arch running and just installed Apache, Mariadb and Php, i secured the mysql-installation from the command line, apache and php are running as well. Now I'm trying to setup webmin for easier administration.

I'm stuck where Webmin expects me to point it to multiple MySQL commands to control it. I stumbled through various guides that told me to exchange the default

/etc/rc.d/mysql start

for

/etc/init.d/mysql start

and point webmin to

/var/lib/mysql/my.cnf

for a config file, however I keep getting error messages like

The MySQL startup script /etc/init.d/mysql was not found on your system. Maybe MySQL is not installed, or your module configuration is incorrect.

Since I'm a beginner concerning all but the L-part in LAMP, I do not know where to start looking for the right commands. Any help is greatly appreciated.

Cheers,
jds

Last edited by jds (2014-11-11 18:49:39)

Offline

#2 2014-11-11 18:39:29

ids1024
Member
From: California
Registered: 2013-08-16
Posts: 243
Website

Re: [Solved] Connecting Webmin to mariadb

Arch uses systemd. Try "systemctl start mysqld".


"Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it."—Linus Torvalds
s/ftp/git/

https://iandouglasscott.com | https://github.org/ids1024 | https://keybase.io/ids1024

Offline

#3 2014-11-11 18:48:45

jds
Member
Registered: 2011-02-20
Posts: 3

Re: [Solved] Connecting Webmin to mariadb

I kind of feared it would be that simple. Thank you sir.

Offline

Board footer

Powered by FluxBB