Go to file
Kristyna Streitova 1c240bc359 Accepting request 546419 from home:vitezslav_cizek:branches:server:database
- 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
2017-11-29 14:14:40 +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
configuration-tweaks.tar.xz Accepting request 539319 from home:kstreitova:branches:server:database 2017-11-06 15:24:06 +00:00
mariadb-10.2.10.tar.gz Accepting request 539319 from home:kstreitova:branches:server:database 2017-11-06 15:24:06 +00:00
mariadb-10.2.10.tar.gz.sig Accepting request 539319 from home:kstreitova:branches:server:database 2017-11-06 15:24:06 +00:00
mariadb.changes Accepting request 546419 from home:vitezslav_cizek:branches:server:database 2017-11-29 14:14:40 +00:00
mariadb.keyring Accepting request 539319 from home:kstreitova:branches:server:database 2017-11-06 15:24:06 +00:00
mariadb.spec Accepting request 539983 from home:kstreitova:branches:server:database 2017-11-08 17:54:42 +00:00
my.ini Accepting request 499775 from home:favogt:branches:server:database 2017-05-30 14:00:01 +00:00
mysql-patches.tar.xz Accepting request 546419 from home:vitezslav_cizek:branches:server:database 2017-11-29 14:14:40 +00:00
mysql-systemd-helper Accepting request 499775 from home:favogt:branches:server:database 2017-05-30 14:00:01 +00:00
mysql.service Accepting request 509375 from home:kstreitova:branches:server:database 2017-07-11 09:14:10 +00:00
mysql.SuSEfirewall2 Accepting request 39217 from server:database 2010-05-05 21:42:29 +00:00
mysql.target Accepting request 313689 from home:scarabeus_iv:branches:server:database 2015-06-25 13:57:47 +00:00
mysql@.service Accepting request 509375 from home:kstreitova:branches:server:database 2017-07-11 09:14:10 +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 313689 from home:scarabeus_iv:branches:server:database 2015-06-25 13:57:47 +00:00
series Accepting request 546419 from home:vitezslav_cizek:branches:server:database 2017-11-29 14:14:40 +00:00
suse_skipped_tests.list Accepting request 539319 from home:kstreitova:branches:server:database 2017-11-06 15:24:06 +00:00
suse-test-run Accepting request 313689 from home:scarabeus_iv:branches:server:database 2015-06-25 13:57:47 +00:00

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.