No description
Find a file
2021-05-22 22:44:04 +09:00
.abf.yml update version 10.5.10 2021-05-22 22:44:04 +09:00
macros.mariadb-test No-change import from openSUSE mariadb 10.5.8-3.1 2021-02-13 14:21:52 +03:00
mariadb-10.0.15-logrotate-su.patch No-change import from openSUSE mariadb 10.5.8-3.1 2021-02-13 14:21:52 +03:00
mariadb-10.1.1-mysqld_multi-features.patch update version 10.5.10 2021-05-22 22:44:04 +09:00
mariadb-10.2.4-fortify-and-O.patch No-change import from openSUSE mariadb 10.5.8-3.1 2021-02-13 14:21:52 +03:00
mariadb-10.2.4-logrotate.patch No-change import from openSUSE mariadb 10.5.8-3.1 2021-02-13 14:21:52 +03:00
mariadb-10.2.19-link-and-enable-c++11-atomics.patch update version 10.5.10 2021-05-22 22:44:04 +09:00
mariadb-10.4.12-fix-install-db.patch No-change import from openSUSE mariadb 10.5.8-3.1 2021-02-13 14:21:52 +03:00
mariadb-10.4.12-harden_setuid.patch No-change import from openSUSE mariadb 10.5.8-3.1 2021-02-13 14:21:52 +03:00
mariadb.rpmlintrc Adapt for ROSA 2021-02-13 15:35:53 +03:00
mariadb.service.in No-change import from openSUSE mariadb 10.5.8-3.1 2021-02-13 14:21:52 +03:00
mariadb.spec update version 10.5.10 2021-05-22 22:44:04 +09:00
mariadb.target No-change import from openSUSE mariadb 10.5.8-3.1 2021-02-13 14:21:52 +03:00
mariadb@.service.in No-change import from openSUSE mariadb 10.5.8-3.1 2021-02-13 14:21:52 +03:00
my.ini No-change import from openSUSE mariadb 10.5.8-3.1 2021-02-13 14:21:52 +03:00
mysql-systemd-helper No-change import from openSUSE mariadb 10.5.8-3.1 2021-02-13 14:21:52 +03:00
mysql-user.conf Adapt for ROSA 2021-02-13 15:35:53 +03:00
README.debug No-change import from openSUSE mariadb 10.5.8-3.1 2021-02-13 14:21:52 +03:00
README.install No-change import from openSUSE mariadb 10.5.8-3.1 2021-02-13 14:21:52 +03:00
suse-test-run No-change import from openSUSE mariadb 10.5.8-3.1 2021-02-13 14:21:52 +03:00
suse_skipped_tests.list No-change import from openSUSE mariadb 10.5.8-3.1 2021-02-13 14:21:52 +03:00

You have just installed MariaDB server for the first time.

You can start it via:
 systemctl start mariadb
or
 rcmysql start

During the first start, empty database will be created for you automatically.

PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER!
To do so, start the server and run the following commands:

'/usr/bin/mysqladmin' -u root password 'new-password'
'/usr/bin/mysqladmin' -u root -h <hostname> password 'new-password'

Alternatively you can run:
'/usr/bin/mysql_secure_installation'

which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.