In this chapter, I’m going to help add to those numbers, by taking you through the process of obtaining, installing, configuring, and testing the MySQL server on your workstation. This chapter covers installation of both binary and source versions on UNIX and Microsoft Windows, and it also explains the differences between the MySQL server versions available, with a view to helping you select the right one for your needs. Obtaining MySQL The first order of business is to drop by the official MySQL web site (http://www.mysql.com/downloads/mysql.html) and get yourself a copy of the last stable release of the software. This isn’t necessarily as easy as it sounds--like ice-cream, MySQL comes in many flavors, and you’ll need to select the one that’s most appropriate for your needs. You’ll need to make two primary decisions when selecting which MySQL distribution to download and use:
Choosing Which Version to Install MySQL AB currently makes the following two versions of the MySQL database server available on its web site:
Both these versions of MySQL are licensed under the GPL and may be freely downloaded and used under the terms of that license. In most cases, MySQL Standard is the version you should use--it’s the version used in all the examples in this book, and it’s stable, feature-rich, and well-suited for most common applications. You should select MySQL Max only if that version includes new features that you need or are keen to try out--or if you’re a geek with a penchant for living life on the bleeding edge all the time.
blog comments powered by Disqus |