My students wanted an extra credit assignment, so I thought a LAMP configuration and test would be appropriate. The only problem was I hadn’t added it to their course VMware instance. So, here are the instructions to install Apache2, PHP, and MySQLi for a complete LAMP stack when MySQL is already installed.
The post builds on my Fedora Install of MySQL and MySQL Workbench on Fedora posts from last
year. It also presumes that you’ve installed a
studentdb
database but you need to know how to do
that let me know (but it hasn’t changed much from the example at
the bottom of this old MySQL 5.1 blog post).
You …
[Read more]