SHA256
1
0
forked from pool/mariadb
Go to file
2024-09-08 09:59:09 +00:00
_constraints - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
.gitattributes - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
.gitignore - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
fix-pamdir.patch - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
gcc13-fix.patch - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
macros.mariadb-test - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
mariadb-10.2.4-fortify-and-O.patch - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
mariadb-10.2.4-logrotate.patch - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
mariadb-10.4.12-fix-install-db.patch - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
mariadb-10.4.12-harden_setuid.patch - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
mariadb-11.5.2.tar.gz - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
mariadb-11.5.2.tar.gz.asc - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
mariadb-rpmlintrc - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
mariadb.changes - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
mariadb.keyring - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
mariadb.service.in - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
mariadb.spec - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
mariadb.target - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
mariadb@.service.in - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
my.ini - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
mysql-systemd-helper - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
mysql-user.conf - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
README.debug - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
README.install - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
series - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
suse_skipped_tests.list - Update to 11.5.2: 2024-09-06 11:09:52 +00:00
suse-test-run - Update to 11.5.2: 2024-09-06 11:09:52 +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.