SHA256
1
0
forked from pool/mariadb
Go to file
2024-07-18 17:15:34 +00:00
_constraints - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
.gitattributes - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
.gitignore - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
fix-pamdir.patch - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
gcc13-fix.patch - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
macros.mariadb-test - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
mariadb-10.2.4-fortify-and-O.patch - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
mariadb-10.2.4-logrotate.patch - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
mariadb-10.4.12-fix-install-db.patch - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
mariadb-10.4.12-harden_setuid.patch - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
mariadb-11.4.2.tar.gz - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
mariadb-11.4.2.tar.gz.asc - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
mariadb-rpmlintrc - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
mariadb.changes - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
mariadb.keyring - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
mariadb.service.in - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
mariadb.spec - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
mariadb.target - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
mariadb@.service.in - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
my.ini - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
mysql-systemd-helper - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
mysql-user.conf - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
README.debug - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
README.install - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
series - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
suse_skipped_tests.list - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +00:00
suse-test-run - Remove func_math_tests_MDEV-26645.diff as patch for s390x/ppc64le 2024-07-17 13:34:25 +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.