Articles
Becoming familiar with databases in phpMyAdmin
This tutorial is going to help you become more familiar with databases and phpMyAdmin. We are going to assume that you are logged in to phpMyAdmin. The main screen is divided into two screens. In the blue section on the left, you can see any databases you already have listed, and you have direct...
Copying a database table with phpMyAdmin
This tutorial is going to teach you how to copy a database table with phpMyAdmin. For the purposes of the tutorial, we will assume that you are logged into phpMyAdmin already. We are going to use a database with one table for an example in this tutorial. The phpMyAdmin page is divided into two...
Creating tables in a database with phpMyAdmin
This tutorial is going to teach you how to create a table in a database with phpMyAdmin. We are going to assume you are already logged in to phpMyAdmin, and are on the main screen. For the purpose of this tutorial, we are going to create a table in a database that has no tables at this time....
Deleting fields from database tables with phpMyAdmin
This tutorial is going to teach you how to delete fields from database tables using phpMyAdmin. We are going to assume that you are already logged into phpMyAdmin. For the purpose of this tutorial, we will use a database with one table for an example. The database will be listed in the left hand...
Deleting tables in a database with phpMyAdmin
This tutorial is to teach you about specific operations in phpMyAdmin. We are going to learn how to delete a table in a database with phpMyAdmin. For the purposes of this tutorial, we will assume that you are already logged into phpMyAdmin. For this tutorial, we will be using a database with two...
Exporting databases and tables with phpMyAdmin
This tutorial is to teach you how to export databases and tables with phpMyAdmin. We will assume that you are currently logged into phpMyAdmin, and for the purpose of this tutorial, we will use a database with two tables as our example. The phpMyAdmin main screen is broken into two sections. The...
How To Create A MySQL Database
Let's learn how to create a MySQL Database. MySQL Databases allow you to store lots of information in an easy to access manner. This tutorial will assume that you are logged into your cPanel. If you are having trouble doing that, please see the tutorial named "How to Login to cPanel". On the...
Importing databases and tables with phpMyAdmin
This tutorial is to teach you how to import databases and tables with phpMyAdmin. We will assume that you are currently logged into phpMyAdmin, and for the purpose of this tutorial, we will use a database with two tables as our example. The phpMyAdmin main screen is broken into two sections. The...
Inserting fields into database tables with phpMyAdmin
This tutorial is going to teach about the program phpMyAdmin, and how to Insert fields into database tables using phpMyAdmin. We will assume that you are already logged into phpMyAdmin. For the purposes of this tutorial, we will be using a database with two tables for our example. Let's begin by...
Managing MySQL Databases With PHPMyAdmin
Let's learn how to Manage MySQL Databases with phpMyAdmin. This tutorial will assume that you are logged into your cPanel. If you are having trouble doing that, please see the tutorial named "How to Login to cPanel". On the main cPanel page, scroll down to the section called Databases, and click...
Modifying fields in database tables with phpMyAdmin
The purpose of this tutorial is to teach you how to modify fields in database tables with phpMyAdmin. We will assume that you are logged in to phpMyAdmin. The purpose of the tutorial, we will use a database with one table for the example. To begin, when you open the phpMyAdmin window, there are...
Renaming database tables with phpMyAdmin
The purpose of this tutorial is to teach you how to rename database tables with phpMyAdmin. We will assume that you are already logged in to phpMyAdmin. For this tutorial, we will use a database with one table for an example. Let's learn how to rename database tables. The left side of the main...
Running SQL queries on a database with phpMyAdmin
This tutorial is to teach you how to run SQL queries on a database with phpMyAdmin. We will assume that you are currently logged into phpMyAdmin, and for the purpose of this tutorial, we will use a database with two tables as our example. The phpMyAdmin main screen is broken into two sections....
Searching through a database with phpMyAdmin
This tutorial is about searching through a database using phpMyAdmin. We will assume that you are logged in to phpMyAdmin. For the purpose of this tutorial, we will use a database with one table for an example. Let's start by looking at the main screen of phpMyAdmin. The left hand panel is where...