Let's Get Started with a MySQL Database!
- Use your favorite browser to open http://localhost/
- Click:
PHPMyAdmin
- Login using root as the username and nothing as the password
- To create a ub database, click: New
- In the Create Database textbox type: ub
- Click: Create
- Click the SQL tab
- Copy the MySQL Database Template (SQL) code (below)
- Paste that code into the Run SQL Queries textfield
- Click: Go
- View results
- Expand your ub database
- Click the dishes table
- Click: Insert
- Enter a new record or two (2)
- Click: Go
- View results
MySQL Database Template (SQL)