Becoming familiar with databases in phpMyAdmin

phpMyAdmin series

1. Becoming familiar with databases in phpMyAdmin

This tutorial assumes you've already logged in to phpMyAdmin

Now let's familiarize ourselves with databases and phpmyadmin

From this phpMyAdmin screen, we have access directly to the database demo1234_members, listed here. A database consists of one or more tables, and it is in the tables that database information is recorded. This particular database has two tables called details and information, and they are listed here
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

Click the database name here
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

From here we can see more information about the tables contained in the database, as well as perform several actions

We can Browse a table to see the individual records
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

We can see the Structure of a table and perform certain actions
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

We can Search through a table for specific keywords
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

We can Insert new rows (or fields) into a table
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

We can Delete the contents of a table
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

Or we can Delete (or drop) an entire table altogether
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

We can alternatively click here to view the database Structure

We can open a SQL Query window for entering direct queries to the database
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

We can click here to perform a Search
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

This also opens a SQL Query window, but provides an easier step-by-step way to make queries
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

We can Export databases to our local computer
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

We can Import previously exported databases
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

... and we can do a number of other operations like creating new tables, copying or renaming databases from here
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

Now let's look at the structure of the details table
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

The structure of the details table lists all the table's fields, along with the type of field, etc.
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

Here it tells us that the id field is the Primary Key field
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

If you want further help with SQL, you can click here.....
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

..... or help with phpMyAdmin, you can click here
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

Clicking here is another way of opening the SQL query window
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

..... and clicking here logs you out of phpMyAdmin
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

Let's return to the main screen
FutureHosting Best Hosting in Ireland - Becoming familiar with databases in phpMyAdmin

This is the end of the tutorial. You should now be more familiar with phpMyAdmin, and what you can use it to do. Be sure to check out our other tutorials for more detailed instructions

Ця відповідь Вам допомогла?

 Роздрукувати цю статтю

Також прочитайте

Running SQL queries on a database with phpMyAdmin

phpMyAdmin series 9. Running SQL queries on a database with phpMyAdmin This tutorial assumes...

Copying a database table with phpMyAdmin

phpMyAdmin series 12. Copying a database table with phpMyAdmin This tutorial assumes you've...

Deleting tables from a database with phpMyAdmin

phpMyAdmin series 3. Deleting tables from a database with phpMyAdmin This tutorial assumes...

Inserting fields into database tables with phpMyAdmin

phpMyAdmin series 4. Inserting fields into database tables with phpMyAdmin This tutorial...

Importing databases and tables with phpMyAdmin

phpMyAdmin series 8. Importing databases and tables with phpMyAdmin This tutorial assumes...