Installing MySQL 8 server & client on Amazon Linux 2023

Install MySQL Server on Amazon Linux 2023

MySQL Database server can easily be installed on Amazon Linux 2023 using the command. It is an open-source relational database management system hence available directly from most of the Linux distro’s official package repositories. It is a widely used Database server developed by Oracle and …

Read more

4 Ways to Check MySQL or MariaDB version on Linux

Command to show MariaDB or MySQL version

This tutorial will let you know the key commands or ways we can use to check the MySQL or MariaDB Database server version running on Linux operating systems such as Debian, Ubuntu, CentOS, Rocky Linux, AlmaLinux, and more. If you have already done the installation …

Read more

How to Install LAMP on Rocky Linux 8 Server

Install LAMP on Rocky Linux 8 Server min

LAMP is a stack of software- Apache, MySQL, and PHP installed on Linux operating systems such as Rocky Linux 8 server, AlmaLinux, CentOS, Ubuntu, etc. To run a website on any server we need to install a web server platform such as Apache or Nginx. …

Read more

How to install MariaDB 10 on AlmaLinux 8 or Rocky Linux

MariaDB installation on Rocky and AlmaLinux 8

MariaDB is a popular SQL database forked from MySQL. This was developed after Oracle acquired Sun Microsystems in 2010. MariaDB is mostly compatible with MySQL and can mostly replace MySQL without problems (API compatible). The processor architectures x86 and AMD64 are supported. MariaDB uses the …

Read more

How to install mysql client on Amazon linux 2

MySQL client on Amazon Linux 2

If you are using Amazon Linux 2 (AMI) based on RedHat and want to connect to a remote database using mysql-client it, then here is the way to not only install the client but also to use AMI CLI to manage cloud databases services of …

Read more

Gitea on docker- Installation of self-hosted Git service

Gitea on docker Installation

Create your own open-source GitHub alternative Gitea by installing on a Docker container and accessing it outside using the internet or locally. What is Gitea? Gitea is version management software, it is a fork of Gogs a resource-saving github.com clone. With any of these two …

Read more