MariaDB

Image: Use PHP to insert information into a MySQL/MariaDB database from a HTML formGoroden­koffshut­ter­stock

Use PHP to insert in­form­a­tion into a MySQL/MariaDB database from a HTML form

A PHP script is a con­veni­ent way to accept in­form­a­tion submitted from a website's HTML form and insert it into a MySQL/MariaDB database. This tutorial will cover how to create a basic PHP script for inserting data, and an HTML form to take user input from a webpage and pass it to…

Read more
Image: How to fetch data with PHP mysqli_query?Virrage Imagesshut­ter­stock

How to fetch data with PHP mysqli_query?

PHP is designed to integrate easily into a website. One of the most common uses of PHP is to fetch content from a database and display it on an HTML page. This tutorial covers con­nect­ing to a MySQL/MariaDB database, re­triev­ing in­form­a­tion from a simple table with `PHP…

Read more
Image: How to fix the ‘too many connections’ error in MySQL/MariaDBJuice Flairshut­ter­stock

How to fix the ‘too many con­nec­tions’ error in MySQL/MariaDB

The MySQL ‘too many con­nec­tions’ error in MySQL or MariaDB can cripple websites and ap­plic­a­tions if there are too many sim­ul­tan­eous con­nec­tions. In this article, we show the actions you can take to fix it. You’ll learn how to increase the maximum number of allowed con­nec­tions,…

Read more
Image: How to reset MySQL/MariaDB root passwordREDPIXEL.PLshut­ter­stock

How to reset MySQL/MariaDB root password

For­get­ting the root password in MySQL or MariaDB doesn’t need to become a serious issue. By following the right steps, you can reset a MySQL/MariaDB root password quickly and easily at any time. This dedicated guide walks you step by step through both methods and points out what…

Read more
Image: How to optimise MySQL/MariaDB performance on a Linux serverrangizzzShut­ter­stock

How to optimise MySQL/MariaDB per­form­ance on a Linux server

The per­form­ance of a MySQL or MariaDB database sig­ni­fic­antly impacts ap­plic­a­tion speed. With the right op­tim­isa­tions, queries can be ac­cel­er­ated, resources used more ef­fi­ciently, and bot­tle­necks avoided. This article guides you step-by-step on how to optimise MySQL/MariaDB on a…

Read more
Image: How to connect a MySQL/MariaDB database to a Linux cloud server with PHPOleksiy Markshut­ter­stock

How to connect a MySQL/MariaDB database to a Linux cloud server with PHP

By con­nect­ing MySQL to a Linux server, you can link your database with a Linux cloud en­vir­on­ment. In this article, we’ll show you how to do it step by step: from creating a test database and accessing it via a PHP script to querying data. You’ll also find troubleshoot­ing tips for…

Read more
Image: How to fix “error establishing a database connection” in MySQL/MariaDBOllyyshut­ter­stock

How to fix “error es­tab­lish­ing a database con­nec­tion” in MySQL/MariaDB

The ‘error es­tab­lish­ing a database con­nec­tion’ often blocks access to websites and ap­plic­a­tions using MySQL or MariaDB. Our article provides a step-by-step guide to identi­fy­ing and fixing the cause. Learn how to check cre­den­tials, reset passwords, and test con­nec­tions from the…

Read more
Image: How to perform a MariaDB backup to secure your dataTitima Ongkan­tongShut­ter­stock

How to perform a MariaDB backup to secure your data

A reliable backup is crucial for the smooth operation of MariaDB. Errors during updates, hardware failures or security incidents can put your data at risk, po­ten­tially causing complete data loss. To avoid this, it's important to regularly create backups and test them. MariaDB…

Read more
Image: How to install MariaDB on WindowsTitima Ongkan­tongShut­ter­stock

How to install MariaDB on Windows

In­stalling MariaDB on Windows is straight­for­ward and can be completed in just a few steps. The setup wizard guides you through each stage. Once installed, you’ll have a fully func­tion­al database server ready to go. You can execute queries, store data and manage users with ease.…

Read more
Image: How to install MariaDB on Ubuntu 24.04Titima Ongkan­tongShut­ter­stock

How to install MariaDB on Ubuntu 24.04

On Ubuntu 24.04 you can install MariaDB directly through the package manager, then secure access and start the service. MariaDB processes data reliably and ef­fi­ciently, supports trans­ac­tions and allows multiple user accounts with clearly defined rights. Ubuntu 24.04 provides a…

Read more