|
Using phpMyAdmin
|
|
In order to create tables and add data to your database you can make use of a programme installed on this server called phpMyAdmin. Here's a quick walkthrough:
|
|
A. Creating tables: 1. Use the username/password combination we provided by email (so NOT your university username/password combination) to access phpMyAdmin. 2. In the left frame, under home, you see the name of your database. Click on it. 3. Under create new table on database .... , fill in the name of the table you want to create and the number of fields. Click <go> 4. The next page allows you to define the fields.
5. The name of the newly created table appears in the left frame. B. Handling data: 1. Click on the name of the table in the left frame
C. Handling tables: 1. click on the name of your database in the left frame. In the main frame you will get an overview of all the tables you have created.
|
|
|