MySQL

How To Set Up Replication in MySQL — step-by-step Databases tutorial on Progressive Robot

How To Set Up Replication in MySQL

MySQL replication is a process that allows you to easily maintain multiple copies of a MySQL data by having them copied automatically from a master to a slave database. This can helpful for many reasons including facilating a backup for the data,a way to analyze it without using the main database, or simply as a means to scale out.

Read more
¿Cómo Instalar y Proteger phpMyAdmin en Ubuntu 16.04? — step-by-step Linux tutorial on Progressive Robot

¿Cómo Instalar y Proteger phpMyAdmin en Ubuntu 16.04?

Aunque muchos usuarios necesitan la funcionalidad de un sistema de gestión de bases de datos como MySQL, pueden no sentirse cómodos de interactuar con el sistema únicamente desde la consola de MySQL. PhpMyAdmin fue creado para que los usuarios puedan interactuar con…

Read more
CHAT