Learn MySQL
MySQL is a relational database and a powerful online tool for storing important information and delivering that information back to your website on demand. Here you can learn more about how to use MySQL.
Getting Started with MySQL
Just the basics you need to learn MySQL.
Just the basics you need to learn MySQL.
Learn MySQL: Understanding MySQL
Before you start learning SQL commands, it is important to understand these concepts about how a database is organized, and what data it can hold.
Before you start learning SQL commands, it is important to understand these concepts about how a database is organized, and what data it can hold.
Learn MySQL: Create a Database in MySQL
How to create a new database in MySQL using SQL code or phpMyAdmin.
How to create a new database in MySQL using SQL code or phpMyAdmin.
Learn MySQL: Creating tables in MySQL
Learn to create tables in a MySQL database through phpMyAdmin or through a command line.
Learn to create tables in a MySQL database through phpMyAdmin or through a command line.
Learn MySQL: Managing MySQL data
Manage your MySQL database by adding data, editing data, searching data, and removing data.
Manage your MySQL database by adding data, editing data, searching data, and removing data.
Learn MySQL: Using MySQL Joins
Learn how to use MySQL joins to create dynamic reports from data spanning across multiple tables.
Learn how to use MySQL joins to create dynamic reports from data spanning across multiple tables.
Learn MySQL: Ordering MySQL Data
How to sort your MySQL data using a SQL Order By statement
How to sort your MySQL data using a SQL Order By statement
Altering Existing Tables
How to use the MySQL alter table command, and what to combine it with to do different things to your existing tables.
How to use the MySQL alter table command, and what to combine it with to do different things to your existing tables.
Backup & Restore MySQL Databases
Backup and restore MySQL databases from a command prompt or phpMyAdmin
Backup and restore MySQL databases from a command prompt or phpMyAdmin
Download phpMyAdmin to easily work with your MySQL database
phpMyAdmin is a useful tool to provide an easy to use interface for working with MySQL databases. It can be downloaded for free, and installed on your server.
phpMyAdmin is a useful tool to provide an easy to use interface for working with MySQL databases. It can be downloaded for free, and installed on your server.
