MariaDB

How to import a MySQL/MariaDB DatabaseRDVectorShutterstock

How to import a MySQL/MariaDB Database

Learn basic MySQL/MariaDB disaster recovery and preparedness: How to import databases from an exported MySQL dump file.

Read more
How to install and use MySQL/MariaDBAhmet Misirligulshutterstock

How to install and use MySQL/MariaDB

MySQL/MariaDB is one of the most popular relational databases. Under Linux, it is easy to install and manage via the terminal. Find out how to install Mysql with this article’s step by step instructions. We will also show you the basic commands so that you can create your first…

Read more
Fix a MySQL/MariaDB “Too many connections” error

Fix a MySQL/MariaDB “Too many connections” error

Learn how to solve the MySQL/MariaDB “Too many connections” error, which occurs when all available MySQL/MariaDB connections are in use. This error may occur in a script which connects to MySQL/MariaDB, or on a webpage which is generated (in whole or in part) from elements…

Read more
MariaDB vs. MySQLkentohShutterstock

MariaDB vs. MySQL

MySQL is the most used database management system in the world. This open source software has been available for productive use since 1995 and is generally considered a standard solution for users of relational databases. This could change in the near future. MariaDB, a…

Read more
Use PHP to Insert Information Into a MySQL/MariaDB Database From an HTML Form

Use PHP to Insert Information Into a MySQL/MariaDB Database From an HTML Form

A PHP script is a convenient way to accept information 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
Use PHP to Retrieve Information From a MySQL/MariaDB Database

Use PHP to Retrieve Information From a MySQL/MariaDB Database

PHP is designed to easily integrate into a website. One of the most common uses for PHP is to take content from a database and output it on an HTML page. This tutorial will cover how to connect to a MySQL/MariaDB database, pull out information from a simple table, and display it…

Read more
We use cookies on our website to provide you with the best possible user experience. By continuing to use our website or services, you agree to their use. More Information.
Page top