Go to file
Kristyna Streitova 87a37dd2ad Accepting request 866424 from home:darix:branches:server:database
- revert the permission change, we will revisit it at a later point 

- we give the config files and directory the permissions
  u=rwx,go=rx root:mysql, if we give the mysql group permissions we
  should not need to leave the permissions open for others.
  change permissions to u=rwx,g=rx,o=

- exclude galera files if we build without this feature.

- instead of setting the permissions in the files section inherit
  what ever we set during installation. This simplifies the code
  for the file section a lot. and we have a lot more flexiblity to
  fix permissions in %install

- added fix-lock-rollback-assert-abort.patch
  fix an abort when a transaction is rolled back
- track all patches in a series so we can easily set up a quilt
  tree without requiring all the devel packages

OBS-URL: https://build.opensuse.org/request/show/866424
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=264
2021-01-26 23:22:48 +00:00
_constraints Accepting request 812950 from home:Guillaume_G:branches:server:database 2020-06-10 06:40:58 +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
fix-lock-rollback-assert-abort.patch Accepting request 866424 from home:darix:branches:server:database 2021-01-26 23:22:48 +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 828938 from home:kstreitova:branches:server:database 2020-08-24 21:33:18 +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 849241 from home:kstreitova:branches:server:database 2020-11-18 09:22:33 +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.5.8.tar.gz Accepting request 849241 from home:kstreitova:branches:server:database 2020-11-18 09:22:33 +00:00
mariadb-10.5.8.tar.gz.sig Accepting request 849241 from home:kstreitova:branches:server:database 2020-11-18 09:22:33 +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 866424 from home:darix:branches:server:database 2021-01-26 23:22:48 +00:00
mariadb.keyring Accepting request 539319 from home:kstreitova:branches:server:database 2017-11-06 15:24:06 +00:00
mariadb.service.in Accepting request 831240 from home:elvigia:branches:server:database 2020-09-10 16:11:24 +00:00
mariadb.spec Accepting request 866424 from home:darix:branches:server:database 2021-01-26 23:22:48 +00:00
mariadb.target Accepting request 563119 from home:kstreitova:branches:server:database 2018-01-09 18:28:29 +00:00
mariadb@.service.in Accepting request 831240 from home:elvigia:branches:server:database 2020-09-10 16:11:24 +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
series Accepting request 866424 from home:darix:branches:server:database 2021-01-26 23:22:48 +00:00
suse_skipped_tests.list Accepting request 849241 from home:kstreitova:branches:server:database 2020-11-18 09:22:33 +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.