WAMP Development Tutorial

Install MySQL

Installing MySQL should be very quick and painless. The install program should take care of everything you need.

The MySQL database server is the world's most popular open source database. Its architecture makes it extremely fast and easy to customize. Extensive reuse of code within the software and a minimalistic approach to producing functionally-rich features has resulted in a database management system unmatched in speed, compactness, stability and ease of deployment. The unique separation of the core server from the storage engine makes it possible to run with strict transaction control or with ultra-fast transactionless disk access, whichever is most appropriate for the situation.

The MySQL database server is available without a license fee under the GNU General Public License (GPL). Commercial non GPL licenses are available for users who prefer not to be restricted by the terms of the GPL.

  1. Unzip the install file. EX: c:\disks\mysql\mysql-4.0.14b-win.zip
  2. Run setup.exe (leave destination c:\mysql, unless you want to move it.)
  3. Select Typical install, or custom if you wish to see / change options
  4. Let Install finish.
  5. Run c:\mysql\bin\winmysqladmin.exe, and set your username and password for this tool. This will start the mysql service.
  6. Reboot your computer
  7. Open 'Services' located in control panel | Administrative Tools. You will should see mysql listed.
  8. Open a command prompt Start | Programs | Accessories | Command Prompt
  9. Change Directory to the MySQL bin directory (c:\mysql\bin\)
  10. We are not going to change your root password
    Type mysqladmin -uroot password ex: mysqladmin -uroot password secret.
    Make a note of this password. It will be your superuser root access password for MySQL.
You are all finished installing MySQL !!




Copyright © 2003 Amalla International, All rights reserved.

www.amalla.com