3 Ways to install MySQL Workbench on Ubuntu 22.04 LTS Linux

Install MySQL Workbench on Ubuntu 22.04 Linux

Get the steps to install MySQL Workbench on Ubuntu 22.04 LTS Linux Jammy JellyFish to manage MySQL or MariaDB Databases graphically.  What is MySQL Workbench? MySQL Workbench is a graphical user interface developed to offer an easy-to-use graphical interface and a collection of tools for …

Read more

How To Install MySQL Workbench on AlmaLinux | Rocky Linux 8

Install MySQL Workbench on Almalinux 8 Rocky Linux 8

Learn the steps to install MySQL Workbench software on Rocky Linux or AlmaLinux 8 using the terminal to manage MySQL database via the graphical user interface. MySQL Workbench is a graphical modeling tool and development system for MySQL databases. Managing and modeling multiple databases is …

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 remote database using mysql-client on it, then here is the way to not install the client but also how to use AMI CLI to manage cloud databases services of Amazon …

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

Commands to Install & Run Mariadb on Docker Container

Install MariaDB Docker container

MariaDB, a fork of open source MySQL can be easily installed on a Docker container to create Database for various web applications such as WordPress, OwnCoud, etc. The benefit of using MariaDB on Docker container is you will not need a dedicated server to separate …

Read more