Learn how to use, install, configure and perform tasks on database-management platform MySQL in these tutorials.
Instructions for backing up MySQL databases using various methods.
Learn how to set up master-master MySQL databases replication in this simple step-by-step tutorial.
Metabase is a data exploration tool that makes analytics accessible to everyone even without knowledge of SQL. Connect Metabase to a local MySQL server and deploy through a reverse proxy on NGINX using this guide.
Create a physical MySQL backup databases by copying the relevant filesystem parts. Useful for recovering inaccessible databases.
Execute commands on a remote MySQL server though PuTTY or mysql-client. This guide will teach you how to gain remote access to your MySQL Database using an SSH tunnel.
Learn how to use MySQL stored procedures, which are user-defined SQL statements that are stored in a MySQL database. Learn the syntax for declaring procedures, create your first example procedure, and then learn how to execute it.
Get Started with MySQL for Web and Server Applications on Ubuntu 12.04 LTS (Precise Pangolin).
Getting started with MySQL on CentOS 6
Getting started with MySQL on CentOS 7
Getting started with MySQL on Debian 7.
Getting started with MySQL on Debian 8
Use phpMyAdmin to manage MySQL databases and users though a web interface.
Use phpMyAdmin to manage MySQL databases and users though a web interface.
Use phpMyAdmin to manage MySQL databases and users though a web interface.
Use phpMyAdmin to manage MySQL databases and users though a web interface.
Use phpMyAdmin to manage MySQL databases and users though a web interface.
This step-by-step guide shows you how to assess your MySQL database performance using MySQLTuner to ensure optimum resource usage.
MySQL Workbench is a graphical tool for working with MySQL databases in a client/server model. As you explore and manipulate your data using Workbench, you will discover many more features and shortcuts that can make managing your databases easier.
Install MySQL on Ubuntu 14.04. - a getting-started guide.
This guide shows how to install and configure MySQL Workbench and includes a sample MySQL database for testing.
Use phpMyAdmin to manage MySQL databases and users though a web interface.
Use phpMyAdmin to manage MySQL databases and users though a web interface.
Use phpMyAdmin to manage MySQL databases and users though a web interface.
Getting started with MySQL for web and server applications on CentOS 5.
Getting started with MySQL for web and server applications on Debian Lenny.
Get started with MySQL for web and server applications on Debian 6 (Squeeze).
Getting started with MySQL for web and server applications on Fedora 12.
Getting started with MySQL for web and server applications on Fedora 13.
Getting started with MySQL for web and server applications on Fedora 14.
Getting started with MySQL for web and server applications on Ubuntu 10.04 LTS (Lucid).
Getting started with MySQL for web and server applications on Ubuntu 10.10 Maverick
Getting started with MySQL for web and server applications on Ubuntu Hardy.
Getting started with MySQL for web and server applications on Ubuntu Jaunty.
Getting started with MySQL for web and server applications on Ubuntu 9.10 (Karmic).
Use mysqldump to back up MySQL databases, tables, or entire database management systems.
Getting started with MySQL for web and server applications on Arch Linux.
Getting started with MySQL for web and server applications on Fedora 20.
Getting started with MySQL for web and server applications on Gentoo.
A trigger is a pre-defined SQL command that is automatically executed when specific actions occur in the database. In this guide, we will walk you through the steps of creating and working with triggers in your MySQL database.