Kristyna Streitova cd8fa83003 Accepting request 872661 from home:kstreitova:branches:mariadb105
- update the list of the skipped tests

- update to 10.4.12 [jsc#SLE-8269]
- tracker bugs for version updates in between:
  * 10.2.25 tracker bug [bsc#1136035]
  * 10.2.29 tracker bug [bsc#1156669]
  wants to use xtrabackup as sst method (also solves [bsc#1122475]

OBS-URL: https://build.opensuse.org/request/show/872661
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=266
2021-02-15 22:01:56 +00: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.

Description
No description provided
Readme 94 MiB
Languages
Shell 93.7%
Perl 6.3%