SHA256
1
0
forked from pool/mariadb
Go to file
Martin Pluskal 66949ef81c Accepting request 721764 from home:kstreitova:branches:server:database
- remove sql_mode from my.ini/my.cnf as NO_ENGINE_SUBSTITUTION and
  STRICT_TRANS_TABLES are already set by default from version
  10.2.4 [bsc#1144314]

- add mariadb-10.3.17-fix_ppc_build.patch to fix a compilation
  failure for ppc if ${CRC32_LIBRARY} target has no COMPILE_FLAGS
  yet. Then GET_TARGET_PROPERTY returns COMPILE_FLAGS-NOTFOUND,
  which doesn't work very well when it's later fed back into
  COMPILE_FLAGS.
- _constraints: increase the memory because of the ppc build
- adjust mysql-systemd-helper ("shutdown protected MySQL" section)
  so it checks both ping response and the pid in a process list
  as it can take some time till the process is terminated.
  Otherwise it can lead to "found left-over process" situation
  when regular mariadb is started [bsc#1143215]

OBS-URL: https://build.opensuse.org/request/show/721764
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=236
2019-08-08 14:14:01 +00:00
_constraints Accepting request 721764 from home:kstreitova:branches:server:database 2019-08-08 14:14:01 +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.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.17-fix_ppc_build.patch Accepting request 721764 from home:kstreitova:branches:server:database 2019-08-08 14:14:01 +00:00
mariadb-10.3.17.tar.gz Accepting request 720706 from home:kstreitova:branches:server:database 2019-08-05 11:31:30 +00:00
mariadb-10.3.17.tar.gz.sig Accepting request 720706 from home:kstreitova:branches:server:database 2019-08-05 11:31:30 +00:00
mariadb.changes Accepting request 721764 from home:kstreitova:branches:server:database 2019-08-08 14:14:01 +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 721764 from home:kstreitova:branches:server:database 2019-08-08 14:14:01 +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 721764 from home:kstreitova:branches:server:database 2019-08-08 14:14:01 +00:00
mysql-systemd-helper Accepting request 721764 from home:kstreitova:branches:server:database 2019-08-08 14:14:01 +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.