| Web Server @ Home - Installing MySQL |
|
|
|
|
Web Server @ Home
is where this series commenced. This is follow up in same series. Please read it if you want to know motivation behind this
discussion.
MySQL is the one of the best Database Server out there. And it is free too!! According to MySQL Official Site (), The MySQL® database has become the world's most popular open source database because of its consistent fast performance, high reliability and ease of use. It's used in more than 8 million installations ranging from large corporations to specialized embedded applications on every continent in the world. (Yes, even Antarctica!) Following are detailed instructions on how to install MySQL over cygwin/Windows XP. We will install MySQL server on Windows XP directly because of performance reasons. We could have installed Apache2 on Windows XP as well but Apache2 needs to be tightly integrated with PHP and other components, Apache was built on cygwin. Also performance loss was minimized by special build process, as discussed in Web Server @ Home - Installing Apache2.
But
MySQL client needs to be tightly integrated with PHP/Apache so client needs to
be built on Cygwin. For details on Cygwin installation, please read Web Server @ Home - Installing cygwin.
MySQL Server Installation on Windows XP
MySQL Server Installation on Windows XP
tar xvfz mysql-<x.x.x>.tar.gz
configure --prefix=/usr/local/mysql --without-server --with-mysqld-user=<username>
Hmmm.... few more steps to go but we are about to finish. Remember basic web server is already installed in previous article and you can start playing with basic stuff like html, java scripts etc. MySQL and PHP are just for more features (Though are very common). Hang in there!! Next: Installing PHP.. Stay tuned...
Only registered users can write comments!
Powered by
|
|||||||||||||||||
| Last Updated on Thursday, 30 March 2006 19:52 |



