SHA256
1
0
forked from pool/mariadb
Martin Pluskal 74eb6ff16a - Update list of skipped tests
- drop unknown options, this yields nothing in the sources:
  grep -rwE 'WITH_LIBEVENT|WITH_LIBEDIT|WITH_EDITLINE|WITH_XTRADB_STORAGE_ENGINE|WITH_CSV_STORAGE_ENGINE|WITH_HANDLERSOCKET_STORAGE_ENGINE|WITH_INNODB_MEMCACHED|WITH_INNODB_DISALLOW_WRITES|WITH_LIBARCHIVE'
- set -DWITH_READLINE=OFF as it is a bool (and not =0)
- drop DEFAULT_CHARSET=utf8mb4 and
  DEFAULT_COLLATION=utf8mb4_unicode_520_ci to pick up the defaults
  (still utf8mb4, but utf8mb4_uca1400_ai_ci).
  See https://jira.mariadb.org/browse/MDEV-36113
- add readline-devel to requires, so it is picked up (WITH_READLINE=OFF above
  translates to "use lib from system"). Now we have:
  CMakeCache.txt:READLINE_LIBRARY:FILEPATH=/usr/lib64/libreadline.so

- Update to 11.7.2:
    https://mariadb.com/kb/en/mariadb-11-7-2-release-notes/
    https://mariadb.com/kb/en/mariadb-11-7-2-changelog/
  * fixes for the following security vulnerabilities:
    11.7.2: CVE-2025-21490
  * fixes bsc#1236823 
- Remove extra compiler flags. These don't seem to be needed anymore
  and were overwriting predefined flags

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=329
2025-02-20 08:16:23 +00:00
2025-02-20 08:16:23 +00:00
2025-02-20 08:16:23 +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.

Description
No description provided
Readme 94 MiB
Languages
Shell 93.7%
Perl 6.3%