Databases

How To Fix Corrupted Tables in MySQL — step-by-step Linux tutorial on Progressive Robot

How To Fix Corrupted Tables in MySQL

Occasionally, MySQL tables can become corrupted, meaning that an error has occurred and the data held within them is unreadable. Attempts to read from a corrupted table will usually lead to the server crashing. Some common causes of corrupted tables are: The MySQL server stops in middle…

Read more
How To Install Linux, Apache, MariaDB, PHP (LAMP) stack on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Apache, MariaDB, PHP (LAMP) stack on Debian 9

A “LAMP” stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This stack typically consists of the Linux operating system, the Apache web server, a MariaDB database, and PHP, a dynamic content processor. This tutorial serves as a guide for installing these components on a Debian 9 server.

Read more
How To Install MariaDB on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How To Install MariaDB on Rocky Linux 9

MariaDB is an open-source database management system, commonly used as an alternative for the MySQL portion of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It is intended to be a drop-in replacement for MySQL. This tutorial will explain how to install MariaDB on a Rocky Linux 9 server, and verify that it is running and has a safe initial configuration.

Read more
CHAT