PHP My Admin Intro
PHP My Admin Intro
PHP My Admin Intro
To access phpMyadmin:
2. https://genesis.usp.ac.fj/phpmyadmin/
3. Enter your MySQL database username and password. Your username is your Student ID, and the
default password was your surname (with first letter in uppercase).
NOTE: If you had changed your database password, then use your new database password.
Otherwise, use your surname (with the first letter in uppercase).
4. Click on Go
1
Introduction to phpMyAdmin
2
Introduction to phpMyAdmin
Note: You will not see any table if you have not created any yet
Tables in my database
3
Introduction to phpMyAdmin
2. To create a table, type table name and number of fields. Click Go button.
4
Introduction to phpMyAdmin
Note:
InnoDB allows us to enforce referential integrity, while MyISAM, which is the default engine, does not
enforce it,
6. Click on your database and see the list of tables in your database
5
Introduction to phpMyAdmin
1. Click in Structure link or name of the table that you want to change.
Change
attributes
Add
column(s)
Change
indexes
6
Introduction to phpMyAdmin
1. First click on the name of the table, e.g., the Manager table that we have just created.
3. Type in the values that you want to insert and click on Go.
7
Introduction to phpMyAdmin
8
Introduction to phpMyAdmin
9
Introduction to phpMyAdmin
Query results
10
Introduction to phpMyAdmin
11