Browse Our MySQL Tutorials Archive :

Database Creation in cPanel (Video)

If you are a beginner and installing a guestbook, blog or CMS, and facing trouble creating databases, this tutorial is for you. This tutorial will help you configure databases in cPanel, such that your operations run smoothly.

How to Backup a MySQL Database Through Command Line

Sometimes backing up MySQL databases is not sometimes as easy as it sounds due to the constrictions placed on database administrators by their web hosting providers. Most web hosting providers will back up your MySQL databases as a matter of course but it pays to be responsible for your own data.

How to Install phpMyAdmin

One of the most popular tools for the administration of mySQL is phpMyAdmin. It is a collection of PHP files that allow full creation, duplication and deletion of tables and the entire gamut of data operations.

Implementing User Functionality with PHP and mySQL

Whether you’re upgrading an existing site to incorporate a mySQL database, or want to better understand how to incorporate user features from scratch, this guide is for you.

How to Query a Database with PHP

Working with a common LAMP software stack, PHP is a natural fit with mySQL databases. To help you understand how to use the two together, it’s important to conceptualize how the two fit together.