MySQL
How To Use Mytop to Monitor MySQL Performance
Tutorials
CentOS
Monitoring
MySQL
Server Optimization
Introduction> Introduction # Mytop is an open source, command line tool used for monitoring MySQL performance. It was inspired by the Linux system monitoring tool named top and is similar to it in look and feel.
How To Install and Secure phpMyAdmin with Apache on a CentOS 7 Server
Tutorials
CentOS
MySQL
PHP
Security
Introduction> Introduction # Relational database management systems like MySQL and MariaDB are needed for a significant portion of web sites and applications. However, not all users feel comfortable administering their data from the command line.
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 18.04
Tutorials
Apache
Databases
MySQL
PHP
Ubuntu 18.04
Introduction> Introduction # 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 term is actually an acronym which represents the Linux operating system, with the Apache web server.
How To Install MySQL on CentOS 7
Tutorials
CentOS
Databases
MariaDB
MySQL
Introduction> Introduction # MySQL is an open-source database management system, commonly installed as part of the popular LEMP (Linux, Nginx, MySQL/MariaDB, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured Query Language) to manage its 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 Install Linux, Nginx, MySQL, PHP (LEMP stack) in Ubuntu 16.04
Tutorials
LEMP
MySQL
Nginx
PHP
Ubuntu
Ubuntu 16.04
Introduction> Introduction # The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx web server.
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 Install Linux, Nginx, MySQL, PHP (LEMP) stack on Ubuntu 14.04
Tutorials
Getting Started
MySQL
Nginx
PHP
Ubuntu
Introduction> Introduction # The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx web server.
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.