Downloading MySQL
MySQL is available for Windows, Linux and other Unix variants. The Windows version is a shareware, which must registered after evaluation. I learnt SQL using this version. Later I shifted completely to Linux…. the Linux version is 100% free.
You can get MySQL from its web site. Click here or the logo below to be taken to the site.
On the download page of MySQL web site, you’ll find the links to Windows version.
According to the MySQL site the Windows version “contains both the Standard and Max server binaries. It also contains a version of the command-line client which uses the Cygwin library to provide command history and editing”.
RPM download is recommend for Linux workstations. (Make sure you download all the RPMs; the MySQL server, client and development RPMs. Note: You need the MySQL client software for this tutorial. Check MySQL website, it might have a complete RPM package that contains all the RPMS in one download file). If you run Linux as a server, the tarball download might be better.
Once you have downloaded MySQL, let’s see how to install MySQL on Windows and get it up and running.
|
« Previous
|
Next »
|
Installing MySQL on Linux It's simple to install MySQL on Linux using the RPM file. Become the superuser if you are working in your account. ...
Creating a database In this section of the MySQL primer we will learn how to create a database. The commands for creating a database in ...
What Next? The tutorial has covered almost everything a web developer needs to know in order to get started and develop online databases. For those ...
Installing MySQL on Windows Once you have successfully downloaded the Windows version, installing it is a breeze... trust me! (The installation steps below have ...
MySQL database introduction The MySQL database package consists of the following: The MySQL server: This is the heart of MySQL. You can consider it ...
