
But it has the disadvantage of being a "dirty" install, which might not go as smoothly as a clean install into a new directory. Installing the latest version of MySQL over the older one has the advantage that you do not need to re-create any of those existing databases, as long as the formats of the database files are unchanged between versions. If you find an old version of MySQL installed on your PC, you have some options. It is possible to have multiple versions of MySQL installed, usually in different directories whose names contain the version numbers.

For Windows, "C:\Program Files" is the default installation directory. First, look in all of the directories where you have installed applications in the past.
#Navicat for mysql tutorial how to#
In this tutorial, we will take a detailed look at how to obtain, install, and configure the MySQL database server on your Windows PC.īefore you start installing a brand new instance of MySQL, you should first determine whether or not you already have an earlier version of it installed, and if so, what to do about the older installation and any databases created using it. Of these, MySQL is the hands-down favorite. There are several relational database management systems (RDBMSs) from which you the developer can choose, ranging from expensive systems that can prove quite difficult to administer, to free and open source alternatives that may not have as many features as the proprietary RDBMSs, but can be much faster to set up and work with. But for most Web sites and applications, a robust database is called for. Rewritable flat files may be sufficient for extremely limited data for which security is not an issue. Ross Īs Web sites and Web-based applications become more important to commercial firms and other organizations, so too does the methods used for storing data online, such as customer contact information, system login details, product data, and much more.

Installing MySQL on Windows by Michael J.

Navicat for MySQL (Aritcle) - Installing MySQL on Windows
