Go to file
Kristyna Streitova 5af2e5086d Accepting request 717132 from home:kstreitova:branches:server:database
- update to 10.3.16 [bsc#1108088]
  * notable changes:
    * MDEV-19490: show tables fails when selecting the
      information_schema database
    * MDEV-19491: multi-update with triggers and stored routines
    * MDEV-19541: InnoDB crashes when trying to recover
      a corrupted page
    * MDEV-19725: Incorrect error handling in ALTER TABLE
    * MDEV-19445: FULLTEXT INDEX fix
    * MDEV-19486: System Versioning fix
    * MDEV-19509: InnoDB skips the tablespace in rotation list
    * MDEV-19614: SET GLOBAL innodb_ deadlock due to
      LOCK_global_system_variables
    * MDEV-17458: Unable to start galera node
    * MDEV-17456: Malicious SUPER user can possibly change audit
      log configuration without leaving traces
    * MDEV-19588: Wrong results from query, using left join
    * MDEV-19258: RIGHT JOIN hangs in MariaDB
    * Virtual columns fixes: MDEV-19027, MDEV-19602
    * Crash recovery fixes: MDEV-13080, MDEV-19587, MDEV-19435
    * MDEV-11094: Fixed row-based event applying with an error anymore
      when the events aim at the blackhole engine and row annotation
      is enabled
    * MDEV-19076: Fixed slave_parallel_mode=optimistic did not always
      properly order replication events on temporary tables in some
      case to attempt execution before a parent event has been already
      processed
    * MDEV-19158: Fixed duplicated entries in binlog occurred in 
      combination of LOCK TABLES and binlog_format=MIXED when a being
      locked table was under replication unsafe operation

OBS-URL: https://build.opensuse.org/request/show/717132
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=231
2019-07-19 17:38:09 +00:00
_constraints Accepting request 487348 from home:kstreitova:branches:server:database 2017-04-11 16:32:49 +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
mariadb-10.0.15-logrotate-su.patch Accepting request 676156 from home:tbechtold:branches:server:database 2019-02-15 11:05:43 +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 717132 from home:kstreitova:branches:server:database 2019-07-19 17:38:09 +00:00
mariadb-10.2.4-logrotate.patch Accepting request 676156 from home:tbechtold:branches:server:database 2019-02-15 11:05:43 +00:00
mariadb-10.2.9-galera_cnf.patch Accepting request 624013 from home:kstreitova:branches:server:database 2018-07-19 10:46:49 +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.3.16.tar.gz Accepting request 717132 from home:kstreitova:branches:server:database 2019-07-19 17:38:09 +00:00
mariadb-10.3.16.tar.gz.sig Accepting request 717132 from home:kstreitova:branches:server:database 2019-07-19 17:38:09 +00:00
mariadb.changes Accepting request 717132 from home:kstreitova:branches:server:database 2019-07-19 17:38:09 +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 563119 from home:kstreitova:branches:server:database 2018-01-09 18:28:29 +00:00
mariadb.spec Accepting request 717132 from home:kstreitova:branches:server:database 2019-07-19 17:38:09 +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 563119 from home:kstreitova:branches:server:database 2018-01-09 18:28:29 +00:00
my.ini Accepting request 680087 from home:kstreitova:branches:server:database 2019-02-28 13:58:19 +00:00
mysql-systemd-helper Accepting request 717132 from home:kstreitova:branches:server:database 2019-07-19 17:38:09 +00:00
mysql.SuSEfirewall2 Accepting request 39217 from server:database 2010-05-05 21:42:29 +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 717132 from home:kstreitova:branches:server:database 2019-07-19 17:38:09 +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.