Hi, after upgrade of our server to 13.1 I finally decided to switch from MySQL to MariaDB. I uninstalled MySQL packages and installed MariaDB. No problem, it works fine, including automysqlbackup and other tools. I just wonder how to start the DB automatically during computer boot. # rpm -qa | grep mysql php5-pear-MDB2_Driver_mysql-1.4.1-14.1.1.noarch php5-mysql-5.4.20-4.1.x86_64 libmysqlclient18-5.5.33-2.2.x86_64 perl-DBD-mysql-4.021-6.1.3.x86_64 # rpm -qa | grep mariadb mariadb-client-5.5.33-2.2.x86_64 mariadb-5.5.33-2.2.x86_64 mariadb-tools-5.5.33-2.2.x86_64 mariadb-errormessages-5.5.33-2.2.x86_64 # systemctl enable mysql.service mysql.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig mysql on The unit files have no [Install] section. They are not meant to be enabled using systemctl. Possible reasons for having this kind of units are: 1) A unit may be statically enabled by being symlinked from another unit's .wants/ or .requires/ directory. 2) A unit's purpose may be to act as a helper for some other unit which has a requirement dependency on it. 3) A unit may be started when needed via activation (socket, path, timer, D-Bus, udev, scripted systemctl call, ...). Well, I added /bin/systemctl start mysql.service to /etc/rc.d/boot.local and it works, but I think, this isn't the desired solution... ;-) Any idea why systemctl enable doesn't work? It worked fine for original MySQL. Have a nice day, Vojtěch -- Vojtěch Zeisek Komunita openSUSE GNU/Linuxu Community of the openSUSE GNU/Linux http://www.opensuse.org/ http://trapa.cz/