Skip to content

Instantly share code, notes, and snippets.

@dincosman
Created June 2, 2024 18:47
Show Gist options
  • Select an option

  • Save dincosman/36f75c9471a7225acab26356fd877e31 to your computer and use it in GitHub Desktop.

Select an option

Save dincosman/36f75c9471a7225acab26356fd877e31 to your computer and use it in GitHub Desktop.
MariaDB Installation on Oracle Linux 8
[root@maria01 ~]# yum install --repo="mariadb-main" MariaDB-server
Waiting for process with pid 2474 to finish.
Last metadata expiration check: 0:00:04 ago on Sun 02 Jun 2024 05:19:27 PM +03.
Dependencies resolved.
=========================================================================================================================================
Package Architecture Version Repository Size
=========================================================================================================================================
Installing:
MariaDB-server x86_64 11.4.2-1.el8 mariadb-main 27 M
Installing dependencies:
MariaDB-client x86_64 11.4.2-1.el8 mariadb-main 17 M
MariaDB-common x86_64 11.4.2-1.el8 mariadb-main 88 k
MariaDB-shared x86_64 11.4.2-1.el8 mariadb-main 130 k
Installing weak dependencies:
MariaDB-client-compat noarch 11.4.2-1.el8 mariadb-main 11 k
MariaDB-server-compat noarch 11.4.2-1.el8 mariadb-main 8.9 k
Transaction Summary
=========================================================================================================================================
Install 6 Packages
Total download size: 44 M
Installed size: 231 M
Is this ok [y/N]: y
Downloading Packages:
(1/6): MariaDB-client-compat-11.4.2-1.el8.noarch.rpm 13 kB/s | 11 kB 00:00
(2/6): MariaDB-common-11.4.2-1.el8.x86_64.rpm 76 kB/s | 88 kB 00:01
(3/6): MariaDB-server-compat-11.4.2-1.el8.noarch.rpm 16 kB/s | 8.9 kB 00:00
(4/6): MariaDB-shared-11.4.2-1.el8.x86_64.rpm 114 kB/s | 130 kB 00:01
(5/6): MariaDB-client-11.4.2-1.el8.x86_64.rpm 5.3 MB/s | 17 MB 00:03
(6/6): MariaDB-server-11.4.2-1.el8.x86_64.rpm 7.2 MB/s | 27 MB 00:03
-----------------------------------------------------------------------------------------------------------------------------------------
Total 9.5 MB/s | 44 MB 00:04
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : MariaDB-shared-11.4.2-1.el8.x86_64 1/6
Running scriptlet: MariaDB-shared-11.4.2-1.el8.x86_64 1/6
Installing : MariaDB-common-11.4.2-1.el8.x86_64 2/6
Installing : MariaDB-client-compat-11.4.2-1.el8.noarch 3/6
Installing : MariaDB-client-11.4.2-1.el8.x86_64 4/6
Installing : MariaDB-server-compat-11.4.2-1.el8.noarch 5/6
Running scriptlet: MariaDB-server-11.4.2-1.el8.x86_64 6/6
Installing : MariaDB-server-11.4.2-1.el8.x86_64 6/6
Running scriptlet: MariaDB-server-11.4.2-1.el8.x86_64 6/6
Two all-privilege accounts were created.
One is root@localhost, it has no password, but you need to
be system 'root' user to connect. Use, for example, sudo mysql
The second is mysql@localhost, it has no password either, but
you need to be the system 'mysql' user to connect.
After connecting you can set the password, if you would need to be
able to connect as any of these users with a password and without sudo
See the MariaDB Knowledgebase at https://mariadb.com/kb
Please report any problems at https://mariadb.org/jira
The latest information about MariaDB is available at https://mariadb.org/.
Consider joining MariaDB's strong and vibrant community:
https://mariadb.org/get-involved/
Verifying : MariaDB-client-11.4.2-1.el8.x86_64 1/6
Verifying : MariaDB-client-compat-11.4.2-1.el8.noarch 2/6
Verifying : MariaDB-common-11.4.2-1.el8.x86_64 3/6
Verifying : MariaDB-server-11.4.2-1.el8.x86_64 4/6
Verifying : MariaDB-server-compat-11.4.2-1.el8.noarch 5/6
Verifying : MariaDB-shared-11.4.2-1.el8.x86_64 6/6
Installed:
MariaDB-client-11.4.2-1.el8.x86_64 MariaDB-client-compat-11.4.2-1.el8.noarch MariaDB-common-11.4.2-1.el8.x86_64
MariaDB-server-11.4.2-1.el8.x86_64 MariaDB-server-compat-11.4.2-1.el8.noarch MariaDB-shared-11.4.2-1.el8.x86_64
Complete!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment