While using a Microsoft Access database to feed a high-traffic website may not be a good idea, it can be very useful to develop a small intranet/extranet application for your business. Lately I’ve got myself a hosting account with Easy CGI, a popular Windows Hosting provider, and tried to query a MS Access database using [...]
This is finally the last post of this series on How To Install Your Own Web Server. In my last post I’ve shown you how to setup a virtual host and now we’re going to use this to install phpMyAdmin. Of course, the purpose of this tutorial is not really to install phpMyAdmin but it’s [...]
In my last post of this series, I’ve shown you how to create a MySQL database using the GUI tools. In the fifth part of this tutorial, we’re now going to see how to add a virtual host. What Is A Virtual Host? A virtual host allows your web server to serve multiple websites from [...]
Unfortunately I haven’t seen any good web hosting control panel for Apache on Windows (if you know some, leave a comment!). So that’s why we’re going to need something else to manage the MySQL server. MySQL provides a set of GUI tools that allows you to perform such tasks as managing databases, managing database users, [...]
In the third part of this tutorial, we’re now going to install PHP 5 on Windows. In the two previous posts, we’ve seen how to install Apache and MySQL on a Windows computer so you you should already have a working web server and database server.
This is the second part of our tutorial on how to install your own home web server. In the first, you’ve seen how to install Apache HTTP Server on Windows. Now we’re going to see how to install MySQL, a free database server. MySQL comes in two flavors: Enterprise Edition and the MySQL Community Server. [...]
Sometimes I like to have my own web server, whether it is for testing or development purposes. Since I use Windows XP or Vista on my personnal computer, my favorite setup is Windows, Apache, PHP and MySQL. This setup is also known as WAMP. And maybe you guessed it, the Linux equivalent of this setup [...]
Lately I’ve made a post on how to install MySQL on Windows 2008. I’ve decided to turn it into a video so it would be easier to see how it’s done. Installing MySQL on Windows 2008 is pretty much the same as with any other versions of Windows so you can apply this to Windows [...]