Linux Tutorials on the topic “mysql”
-
How to Install MariaDB 10.6 on Rocky Linux 8
Author: t.michael • Tags: linux, mysql • Comments: 4MariaDB, the Maria database software is an open-source relational database management system. This guide will show you how to install the latest MariaDB version on Rocky Linux.
-
How to Install phpMyAdmin on Rocky Linux
Author: Arvid L • Tags: linux, mysql, web server • Comments: 0phpMyAdmin is a free and open-source tool that enables you to manage MySQL and MariaDB databases from the web browser. In this guide, you will learn how to install phpMyAdmin with the LAMP Stack on Rocky Linux. This guide can be applied on the server with an existing LAMP Stack installation or the fresh server without any LAMP Stack packages.
-
How to Setup Three Node MySQL 8 Cluster on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, mysql • Comments: 2MySQL is a widely-used open source relational database management system. In this tutorial, we will use one master node to store the cluster's configuration and two data nodes to store the cluster data.
-
-
How to Install XAMPP on Ubuntu 20.04
Author: Ali Imran Nagori • Tags: apache, linux, mysql, php, server, ubuntu, web server • Comments: 1XAMPP is a cross-platform development environment consisting of Apache, MariaDB, PHP, and Perl. In this guide, we will see how to install XAMPP on Ubuntu 20.04 LTS.
-
How to Install PrestaShop with Apache and Let's Encrypt SSL on CentOS 8
Author: Hitesh Jethva • Tags: apache, centos, linux, mysql, php, web server • Comments: 0PrestaShop is an open-source shopping cart written in the PHP used to create and manage your online business. In this post, we will show you how to install PrestaShop with Apache and Let's Encrypt SSL on CentOS 8.
-
How to create and modify a Parameter Group for an RDS instance on AWS
Author: Rahul Shivalkar • Tags: cloud, mysql • Comments: 0A Parameter Group contains configuration to be used by the DB instances on AWS. In this article, we will see the steps to create a new Parameter group, change the default value of one of the parameters and assign it to the MySql DB instances.
-
The Perfect Server - Ubuntu 20.04 with Apache, PHP, MariaDB, PureFTPD, BIND, Postfix, Dovecot and ISPConfig 3.2
Author: Till Brehm • Tags: apache, bind, control panels, dns, email, ftp, ispconfig, linux, mysql, php, postfix, ubuntu, web server • Comments: 133This tutorial shows how to install an Ubuntu 20.04 LTS (Focal Fossa) server with Apache, BIND, Dovecot and ISPConfig 3.2. ISPConfig is a web hosting control panel that allows you to configure Email, Webserver, and DNS services easily through a web browser.
-
How to create Cloudwatch alarms for RDS (MySQL) on AWS
Author: Rahul Shivalkar • Tags: cloud, mysql • Comments: 0Monitoring your RDS instances is very important, and the same applies to other resources. In this article, we will create a simple alarm for an RDS MySQL instance which will check for free storage space on the instance.
-
How to install MySQL 8 on Debian 10
Author: Muhammad Arul • Tags: debian, mysql, server • Comments: 0MySQL is an open-source relational database system that works on many Operating Systems, including Windows, Linux, macOS, and FreeBSD. It is probably the most popular OpenSource RDBMS and a central component of the LAMP and LEMP Stacks.
-
Setting, Changing and Resetting MySQL and MariaDB Root Passwords
Author: SamTzu • Tags: mysql • Comments: 43Setting, Changing And Resetting MySQL Root Passwords. This tutorial explains how you can set, change and reset (if you've forgotten the password) MySQL or MariaDB root passwords. Time and again I see problems like mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: YES)'. So I thought it's time to remind you how to solve MySQL related password problems. If you are just looking for a quick fix how to reset a MySQL root password you can find that at the bottom of this tutorial.