forked from pool/mariadb
Kristyna Streitova
18c2992223
- update to 10.2.11 GA * release notes and changelog: * https://mariadb.com/kb/en/library/mariadb-10211-release-notes/ * https://mariadb.com/kb/en/library/mariadb-10211-changelog/ - pack additional mroonga/groonga files - change default charset to utf8mb4 for full Unicode support [fate#324329] - remove mariadb-10.2.10-wsrep_sst_common.patch as it's no longer needed * 10.2.10: CVE-2017-10378, CVE-2017-10268, CVE-2017-15365 OBS-URL: https://build.opensuse.org/request/show/547171 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=201 |
||
---|---|---|
_constraints | ||
.gitattributes | ||
.gitignore | ||
configuration-tweaks.tar.xz | ||
mariadb-10.2.11.tar.gz | ||
mariadb-10.2.11.tar.gz.sig | ||
mariadb.changes | ||
mariadb.keyring | ||
mariadb.spec | ||
my.ini | ||
mysql-patches.tar.xz | ||
mysql-systemd-helper | ||
mysql.service | ||
mysql.SuSEfirewall2 | ||
mysql.target | ||
mysql@.service | ||
README.debug | ||
README.install | ||
series | ||
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.