Linux Tutorials on the topic “mysql”
-
How to Install and Use MariaDB on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, mysql, ubuntu • Comments: 2MariaDB is a free, open-source, and powerful database management system used to store application data. It is a stable and relational database management system, and fork of the popular MySQL database system. In this tutorial, we will show you how to install MariaDB 10.6 on Ubuntu 22.04 server.
-
How to Install Adminer Database Administration Tool on Ubuntu 22.04
Author: Arvid L • Tags: apache, linux, mysql, server, ubuntu, web server • Comments: 2Adminer (formerly phpMinAdmin) is a fully-featured database administration tool that supports both RDBMS (Relational Database Management System) such as MySQL/MariaDB, PostgreSQL, SQLite, MS SQL, and Oracle and the NoSQL such as MongoDB and others (via plugin).
-
How to Install Nginx with PHP and MySQL (LEMP Stack) on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, mysql, nginx, php, ubuntu • Comments: 2The LEMP software stack is a group of open-source software that enables a server to host dynamic websites and apps written in PHP. This guide will show you to install a LEMP Stack on an Ubuntu 22.04 server.
-
-
How to Install PhpMyAdmin with Free Let's Encrypt SSL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, mysql, nginx, server, ubuntu • Comments: 0phpMyAdmin is a free, open-source, and web-based application used for managing databases via a web browser. It provides a simple and user-friendly web interface that helps database administrators to query and manage MySQL and MariaDB databases.
-
Creating an AWS RDS Replica for MySql
Author: Ali Imran Nagori • Tags: cloud, mysql • Comments: 0Amazon RDS is an easy-to-set up AWS-managed database service. In this guide, we will see how to create a read replica of a MySql RDS database instance.
-
How to Install Joomla with Nginx on Rocky Linux
Author: sohan patel • Tags: linux, mysql, nginx, web server • Comments: 0Joomla is a free and open-source content management system (CMS) written in PHP, it is one of the most popular CMS after WordPress. In this article, You will learn how to install Joomla with Nginx on Rocky Linux 8.
-
How to create a MySQL Database Server and Database in Azure Cloud
Author: Rahul Shivalkar • Tags: cloud, linux, mysql • Comments: 0Azure SQL Database is a fully managed platform as a service (PaaS). Azure handles database management functions such as upgrading, patching, backups, and monitoring and we do not need to worry about these operations. In this article, we will see how to create an SQL database, connect to it, create a table in it and delete it at the end.
-
The Perfect Server CentOS 8 with Apache, PHP, Postfix, Dovecot, Pure-FTPD, BIND and ISPConfig 3.2
Author: Till Brehm • Tags: antivirus, apache, bind, centos, control panels, dns, email, ftp, ispconfig, linux, mysql, php, postfix, web server • Comments: 43This tutorial shows how to install ISPConfig 3.2 on a CentOS 8 (64Bit) server. ISPConfig 3 is a web hosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more.
-
Use Cloudformation to create an RDS MySql Instance on AWS
Author: Rahul Shivalkar • Tags: linux, mysql • Comments: 0The AWS Relational Database Service (RDS AWS) is a web service that makes it easier to set up & operate a relational database in the cloud. In this article, we will see the steps to create an RDS MySql Instance using Cloudformation Stack.
-
How to Install MariaDB on Debian 11
Author: t.michael • Tags: debian, linux, mysql • Comments: 1MariaDB is a robust, scalable, and reliable SQL server. It is an enhanced, drop-in replacement for the MySQL relational database management system. In this guide, I will show you how to install and secure MariaDB on Debian 11.