forked from pool/mariadb
Kristyna Streitova
1c240bc359
- Disable openssl compatibility checking * the check uses CRYPTO_set_mem_functions() to set debugging memory allocation function. The setting only succeeds if no allocation was done before. Our fips self-tests, which are run from the library constructor, however, do allocate memory, so the subsequent call to CRYPTO_set_mem_functions causes the compatibility check to fail * add mariadb-10.2.10-disable_openssl_compatibility_check.patch OBS-URL: https://build.opensuse.org/request/show/546419 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=199 |
||
---|---|---|
_constraints | ||
.gitattributes | ||
.gitignore | ||
configuration-tweaks.tar.xz | ||
mariadb-10.2.10.tar.gz | ||
mariadb-10.2.10.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.