forked from pool/mariadb
8511b3b886
- update to 10.2.16 GA * notable changes: * MDEV-13122: mariabackup now supports MyRocks * MDEV-13779 - InnoDB fails to shut down purge workers, causing hang * MDEV-16267 - Wrong INFORMATION_SCHEMA.INNODB_BUFFER_PAGE.\ TABLE_NAME * MDEV-13834 - Upgrade failure from 10.1 innodb_encrypt_log * MDEV-16283 - ALTER TABLE...DISCARD TABLESPACE still takes long on a large buffer pool * MDEV-16376 - ASAN: heap-use-after-free in gcol.innodb_virtual_debug * MDEV-15824 - innodb_defragment=ON trumps innodb_optimize_fulltext_only=ON in OPTIMIZE TABLE * MDEV-16124 - fil_rename_tablespace() times out and crashes server during table-rebuilding ALTER TABLE * MDEV-16416 - Crash on IMPORT TABLESPACE of a ROW_FORMAT=COMPRESSED table * MDEV-16456 - InnoDB error "returned OS error 71" complains about wrong path * MDEV-13103 - Deal with page_compressed page corruption * MDEV-16496 - Mariabackup: Implement --verbose option to instrument InnoDB log apply * MDEV-16087 - Inconsistent SELECT results when query cache is enabled * MDEV-15114 - ASAN heap-use-after-free in mem_heap_dup or dfield_data_is_binary_equal (fix for indexed virtual columns) * fixes for the following security vulnerabilities: none * release notes and changelog: OBS-URL: https://build.opensuse.org/request/show/624013 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=214 |
||
---|---|---|
_constraints | ||
.gitattributes | ||
.gitignore | ||
mariadb-5.2.3-cnf.patch | ||
mariadb-5.5.28-install_db-quiet.patch | ||
mariadb-10.0.15-logrotate-su.patch | ||
mariadb-10.1.1-mysqld_multi-features.patch | ||
mariadb-10.1.12-deharcode-libdir.patch | ||
mariadb-10.2.4-fortify-and-O.patch | ||
mariadb-10.2.4-logrotate.patch | ||
mariadb-10.2.9-galera_cnf.patch | ||
mariadb-10.2.16.tar.gz | ||
mariadb-10.2.16.tar.gz.sig | ||
mariadb.changes | ||
mariadb.keyring | ||
mariadb.service | ||
mariadb.spec | ||
mariadb.target | ||
mariadb@.service | ||
my.ini | ||
mysql-community-server-5.1.45-multi-configuration.patch | ||
mysql-systemd-helper | ||
mysql.SuSEfirewall2 | ||
README.debug | ||
README.install | ||
suse_skipped_tests.list | ||
suse-test-run |
You just installed MySQL server for the first time. You can start it using: rcmysql start During first start empty database will be created for your automatically. PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER ! To do so, start the server, then issue 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.