MySQL

How To Use MySQL Query Profiling — step-by-step Databases tutorial on Progressive Robot

How To Use MySQL Query Profiling

MySQL query profiling is a useful technique when trying to analyze the overall performance of a database driven application. When developing a mid to large size application, there tends to be hundreds of queries distributed throughout a large code base. This article will demonstrate some useful query profiling techniques using tools that are built into MySQL server.

Read more
How To Configure MySQL Group Replication on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure MySQL Group Replication on Ubuntu 16.04

MySQL replication reliably mirrors the data and operations from one database to another. Conventional replication involves a primary server configured to accept database write operations. Secondary servers copy and apply actions from the primary’s log to its own data set. …

Read more
How To Install and Secure phpMyAdmin on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure phpMyAdmin on Ubuntu 16.04

While many users require access to a database management system like MySQL, not all users feel comfortable interacting with the MySQL prompt on a daily basis. In this guide, we’ll discuss how to install and secure phpMyAdmin, a web management interface for MySQL, on an Ubuntu 16.04 server.

Read more
CHAT