Hello, What else do I need to set to start mariadb[on system boot] on 13.1 milestone 4 new install. Thanks Glenn # /bin/systemctl start mysql.service # /bin/systemctl status mysql.service mysql.service - LSB: Start the MySQL database server Loaded: loaded (/etc/init.d/mysql) Active: active (running) since Wed 2013-08-14 16:05:31 EST; 5h 21min ago Process: 1862 ExecStart=/etc/init.d/mysql start (code=exited, status=0/SUCCESS) CGroup: /system.slice/mysql.service ├─1971 /bin/sh /usr/bin/mysqld_safe --mysqld=mysqld --user=mysql --pid-file=/var/run/mysql/mysqld.pid --socket=/var/run/mysql/mysql.sock --datadir=/var/lib/m... └─2151 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib64/mysql/plugin --user=mysql --log-error=/var/lib/mysql/test.site.err --... Aug 14 16:05:29 test.site mysql[1862]: Support MariaDB development by buying support/new features from Aug 14 16:05:29 test.site mysql[1862]: Monty Program Ab. You can contact us about this at sales@montyprogram.com. Aug 14 16:05:29 test.site mysql[1862]: Alternatively consider joining our community based development effort: Aug 14 16:05:29 test.site mysql[1862]: http://kb.askmonty.org/en/contributing-to-the-mariadb-project/ Aug 14 16:05:31 test.site mysql[1862]: Starting service MySQL ..done Aug 14 16:05:31 test.site systemd[1]: Started LSB: Start the MySQL database server. Aug 14 16:09:28 test.site systemd[1]: Started LSB: Start the MySQL database server. Aug 14 16:12:58 test.site systemd[1]: Started LSB: Start the MySQL database server. Aug 14 21:15:46 test.site systemd[1]: Started LSB: Start the MySQL database server. Aug 14 21:20:15 test.site systemd[1]: Started LSB: Start the MySQL database server. # rpm -qa | grep -i mariadb | sort mariadb-5.5.32-1.2.x86_64 mariadb-bench-5.5.32-1.2.x86_64 mariadb-client-5.5.32-1.2.x86_64 mariadb-debug-version-5.5.32-1.2.x86_64 mariadb-errormessages-5.5.32-1.2.x86_64 mariadb-test-5.5.32-1.2.x86_64 mariadb-tools-5.5.32-1.2.x86_64 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org