Go to file
Martin Pluskal f45ebb26ad Accepting request 811671 from home:pgajdos:python
- rpm macros: $TEST_USER identified by $TEST_PASS is actually user
  of the database for which client conf should be made for
- rpm macros: database name or names can be specified as a
  %mysql_testserver_start and %mysql_testserver_cconf parameter
- modified sources
  % macros.mariadb-test

OBS-URL: https://build.opensuse.org/request/show/811671
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=255
2020-06-06 05:40:58 +00:00
_constraints Accepting request 779235 from home:Andreas_Schwab:Factory 2020-02-26 01:23:32 +00:00
.gitattributes Accepting request 39217 from server:database 2010-05-05 21:42:29 +00:00
.gitignore Accepting request 39217 from server:database 2010-05-05 21:42:29 +00:00
macros.mariadb-test Accepting request 811671 from home:pgajdos:python 2020-06-06 05:40:58 +00:00
mariadb-10.0.15-logrotate-su.patch Accepting request 747661 from home:kstreitova:branches:server:database 2019-11-12 14:59:48 +00:00
mariadb-10.1.1-mysqld_multi-features.patch Accepting request 563119 from home:kstreitova:branches:server:database 2018-01-09 18:28:29 +00:00
mariadb-10.2.4-fortify-and-O.patch Accepting request 769982 from home:kstreitova:branches:server:database 2020-02-04 14:05:21 +00:00
mariadb-10.2.4-logrotate.patch Accepting request 747661 from home:kstreitova:branches:server:database 2019-11-12 14:59:48 +00:00
mariadb-10.2.19-link-and-enable-c++11-atomics.patch Accepting request 717132 from home:kstreitova:branches:server:database 2019-07-19 17:38:09 +00:00
mariadb-10.4.12-fix-install-db.patch Accepting request 769982 from home:kstreitova:branches:server:database 2020-02-04 14:05:21 +00:00
mariadb-10.4.12-harden_setuid.patch Accepting request 769982 from home:kstreitova:branches:server:database 2020-02-04 14:05:21 +00:00
mariadb-10.4.13.tar.gz Accepting request 810670 from home:kstreitova:branches:server:database 2020-06-02 06:17:25 +00:00
mariadb-10.4.13.tar.gz.sig Accepting request 810670 from home:kstreitova:branches:server:database 2020-06-02 06:17:25 +00:00
mariadb-10.5-fix-prevent-optimizing-out-buf-argument-in-ch.patch Accepting request 787639 from home:marxin:branches:server:database 2020-03-24 05:57:11 +00:00
mariadb-rpmlintrc Accepting request 770023 from home:kstreitova:branches:server:database 2020-02-04 15:43:53 +00:00
mariadb.changes Accepting request 811671 from home:pgajdos:python 2020-06-06 05:40:58 +00:00
mariadb.keyring Accepting request 539319 from home:kstreitova:branches:server:database 2017-11-06 15:24:06 +00:00
mariadb.service Accepting request 777997 from home:kstreitova:branches:server:database 2020-02-21 14:48:13 +00:00
mariadb.spec Accepting request 810670 from home:kstreitova:branches:server:database 2020-06-02 06:17:25 +00:00
mariadb.target Accepting request 563119 from home:kstreitova:branches:server:database 2018-01-09 18:28:29 +00:00
mariadb@.service Accepting request 777997 from home:kstreitova:branches:server:database 2020-02-21 14:48:13 +00:00
my.ini Accepting request 721764 from home:kstreitova:branches:server:database 2019-08-08 14:14:01 +00:00
mysql-systemd-helper Accepting request 769982 from home:kstreitova:branches:server:database 2020-02-04 14:05:21 +00:00
mysql-user.conf Accepting request 783079 from home:kukuk:container 2020-03-10 08:40:26 +00:00
README.debug Accepting request 443847 from home:kstreitova:branches:server:database 2016-12-05 13:43:49 +00:00
README.install Accepting request 717132 from home:kstreitova:branches:server:database 2019-07-19 17:38:09 +00:00
suse_skipped_tests.list Accepting request 810670 from home:kstreitova:branches:server:database 2020-06-02 06:17:25 +00:00
suse-test-run Accepting request 717132 from home:kstreitova:branches:server:database 2019-07-19 17:38:09 +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.