You are on page 1of 18

IT ADET32

PRELIM PRACTICE ACTIVITY 2


Creating the Database and the Users table
for the Application
INSTRUCTION:
1. Run the XAMPP Control Panel.
INSTRUCTION: CONTINUE…
2. On the XAMPP Control Panel,
click the Start button for Apache.
INSTRUCTION: CONTINUE…
3. On the XAMPP Control Panel,
click the Start button for MySQL.
INSTRUCTION: CONTINUE…
4. Run or open a web browser.
INSTRUCTION: CONTINUE…
5. In the address bar of the web browser, type:
//localhost/phpMyAdmin/

Press ENTER key on your keyboard.


INSTRUCTION: CONTINUE…
6. On the phpMyAdmin login page, type: root for the
Username textbox and type your password for the
Password textbox.

Click Go button.
INSTRUCTION: CONTINUE…
7. On the phpMyAdmin page,
create a new database and name it as simpledb.
INSTRUCTION: CONTINUE…
8. In the Collation drop-down list, select utf8_general_ci.
INSTRUCTION: CONTINUE…
9. Click Create button.
INSTRUCTION: CONTINUE…
10. Create a new table inside your database (simpledb) and
name it as users with the following columns:
INSTRUCTION: CONTINUE…
11. Click Save button to save the users table.
INSTRUCTION: CONTINUE…
12. Don’t delete simpledb database and users table. They
will be needed in the next activities.
INSTRUCTION: CONTINUE…
13. Close the web browser.
INSTRUCTION: CONTINUE…
14. On XAMPP Control Panel, click Stop button for MySQL.
INSTRUCTION: CONTINUE…
15. On XAMPP Control Panel, click Stop button for Apache.
INSTRUCTION: CONTINUE…
16. On XAMPP Control Panel, click Quit button to close
XAMPP Control Panel.

You might also like