Skip to main content

Databases

Understanding Database Sharding
Tutorials Conceptual Databases High Availability Scaling
Introduction> Introduction # Any application or website that sees significant growth will eventually need to scale in order to accommodate increases in traffic. For data-driven applications and websites, it’s critical that scaling is done in a way that ensures the security and integrity of their data.
How To Install the Latest MySQL on Debian 10
Tutorials Databases Debian 10 MySQL
Introduction> Introduction # MySQL is a prominent open-source database management system used to store and retrieve data for a wide variety of popular applications. MySQL is the M in the LAMP stack, a commonly used set of open source software that also includes Linux, the Apache web server, and the PHP programming language.
How To Reset Your MySQL or MariaDB Root Password
Tutorials CentOS Databases Debian MariaDB MySQL Ubuntu Ubuntu 16.04
Introduction> Introduction # Forgetting passwords happens to the best of us. If you forget or lose the root password to your MySQL or MariaDB database, you can still gain access and reset the password if you have access to the server and a sudo-enabled user account.
How To Allow Remote Access to MySQL
Tutorials Databases MySQL Ubuntu Ubuntu 18.04
Many websites and applications start off with their web server and database backend hosted on the same machine. With time, though, a setup like this can become cumbersome and difficult to scale.
How To Install MySQL on Ubuntu 20.04
Tutorials Databases Ubuntu Ubuntu 20.04
Introduction> Introduction # MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It implements the relational model and uses Structured Query Language (better known as SQL) to manage its data.