To install the MySQL database, you must first download the community edition of MySQL 5.0 database for Windows. There are three versions: Windows Essentials (x86), Windows (x86) ZIP/Setup.EXE and ...
blogyard/ ├── index.php ← Blog listing page (homepage) ├── blog.php ← Blog detail page ├── .htaccess ← Apache routing rules ├── database.sql ← Database schema + seed data │ ├── includes/ │ ├── db.php ...