Search Result
Collapse
9 results in 0.0150 seconds.
Keywords
Members
Tags
-
How to search through a database using 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....
-
How to rename database tables using phpmyadmin
The purpose of this tutorial is to teach you how to rename mysql 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...
-
How to run SQL Queries on a database using phpmyadmin
This tutorial is to teach you how to run MySQL 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...
-
How to modify fields in database tables using phpmyadmin
The purpose of this tutorial is to teach you how to modify fields in database tables within the phpMyAdmin setup. We will assume that you are logged in to phpMyAdmin setup. The purpose of the tutorial, we will use a database with one table for the example....
-
How to insert fields into database tables using 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 setup. For the purposes of this tutorial, we will be using a database with two tables for our example....
-
How to import databases and tables using phpmyadmin
This tutorial is to teach you how to import databases and tables within phpMyAdmin setup. 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 ...
-
How to become familiar with databases and phpmyadmin
This tutorial is going to help you become more familiar with databases and phpMyAdmin setup. We are going to assume that you are logged in to phpMyAdmin.
The main phpMyAdmin setup screen is divided into two screens. In the blue section on the left, you can see any...
-
How to delete tables from a database using 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...
-
How to create a table in a database in 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...