forked from pool/mariadb
66949ef81c
- 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 |
||
---|---|---|
_constraints | ||
.gitattributes | ||
.gitignore | ||
mariadb-10.0.15-logrotate-su.patch | ||
mariadb-10.1.1-mysqld_multi-features.patch | ||
mariadb-10.2.4-fortify-and-O.patch | ||
mariadb-10.2.4-logrotate.patch | ||
mariadb-10.2.19-link-and-enable-c++11-atomics.patch | ||
mariadb-10.3.17-fix_ppc_build.patch | ||
mariadb-10.3.17.tar.gz | ||
mariadb-10.3.17.tar.gz.sig | ||
mariadb.changes | ||
mariadb.keyring | ||
mariadb.service | ||
mariadb.spec | ||
mariadb.target | ||
mariadb@.service | ||
my.ini | ||
mysql-systemd-helper | ||
README.debug | ||
README.install | ||
suse_skipped_tests.list | ||
suse-test-run |
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.