Setup MySQL Server 5.0
MySQL Setup Guide
Installation
- Double click on mysql-essential-5.0.22-win32.msi to start the installation.
- Click on Next.
- Choose Typical. Click on Next.
- Click on Install. Wait for the software to install.
- Choose Skip Sign-Up. Click on Next.
- Leave the default option of Configure the MySQL Server now. Click on Finish.
- Click on Next.
- Choose Standard Configuration. Click on Next.
- Check the option for Include Bin Directory in Windows PATH. Click on Next.
- Enter root123 as the new password of the root user. Click on Next.
- Click on Execute.
- Click on Finish.
Verify Installation
- Make sure that the MySQL service has already started. You can open the Services panel by selecting Start->Programs->Settings->Control Panel and then opening Administrative Tools->Services.
- Open a command prompt window. Enter the command:
mysql -u root –p
- Enter root123 as the password. Make sure that you can log in. Enter the following command to log out:
quit;
Page 1 of 7