Vinetop
 
{ Guest } - Login Browse 
:: Browse Topic Focus
Journal
General
How-To & DIY
Tips & Tricks
Reviews
 

How to install MySQL 5.0 Server on Windows XP - Atom8 - Jan 22, 2008 3:32pm
How-To & DIY @ Technology / Database / MySQL - Views (8472) - Ratings(1): ( 4.00 )
You'll need to download the installation package from:
http://dev.mysql.com/downloads/mysql/5.0.html #win32

Then run the Setup.exe program. These are the screenshots that you'll see during the installation process.




**Go with "Typical" settings


**Click "Install"




**Configure the new server option


**Use "Standard Configuration"


**Check all boxes


**Setup default 'root' password here (doesn't seem to work but what the heck)


**Click "Execute" button...an error will show up


**This error showed up often on most of my few install trials. Just click "Skip" button to continue


**Click "Cancel" to complete the installation procedure. It is completed and running already. The installation wizard is not that clear on this point yet.

Now let's setup the root account password and the given default 'test' database for testing.

1) Setup the password for 'root' account on MySQL DB Server:
- Run the command 'mysql -u root' (use default blank password - the setup Wizard screenshot above shown that we have set the root password already. But it didn't work for some reasons.)
- Now you are in the 'mysql' shell (run the whole line below to set the root password as 'pass'):
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('pass');

Command Shell Screeshot:


2) Now, let's setup the 'test' db for testing:
- Log into the MySQL server as root above
- Run the command 'use test' in the 'mysql' shell to use the 'test' db given (it's empty by default)
- Run the command 'create table mytable(ColA int(3), ColB char(128));'
- Now you have a table named 'mytable' in the database 'test' on your new MySQL server. The table has 2 columns named 'ColA' and 'ColB'. Column 'ColA' is storing digits up to 3 digits in length and Column 'ColB' stores text string up to 128 characters in length.

Command Shell Screeshot:


Note: Accessing MySQL from CMD Console (for user 'root' with password 'pass') looks like this:
Run command "mysql -u root --password=pass"

Last Edit: Jan 22, 2008 9:30pm - by Atom8        Comments | Report




Tag This Post For Review:
:: Select Report Reasons:

(Spam or other useless content)
topic or content
violations (or plagarism) - Specify source infos below
post - Paste source link below
type (Topic is NOT: How-To & DIY)
(Category should NOT be in Technology / Database / MySQL)


:: Additional Comments or Other Reasons:


:: You are not logged in. Please fill out the fields below:
Name: **Optional
Email: **Optional
FormKey: Enter FormKey Here: **Required

This topic will be reviewed by Vinetop Reviewers. It will be removed, changed or edited if deemed inappropriate by its content or preference. Meanwhile, it will be available to all readers with a tagged status.

How-To & DIY

Recent Posts
How to embed Picasa Slideshow in your posts
:: VineTop - Jul 13, 2008 2:19pm

How to insert embedded Google Maps in your posts
:: VineTop - Jul 13, 2008 2:14pm

Sony PS3 250GB Upgrade on a 40GB System
:: Atom8 - Mar 03, 2008 12:58am

How to export & import table using mysqldump and mysql commands
:: Atom8 - Jan 23, 2008 4:45am

How to configure Apache server to run CGI scripts outside of cgi...
:: Atom8 - Jan 22, 2008 8:19pm

How to install Apache web server (v2.2.x) on Windows XP
:: Atom8 - Jan 22, 2008 6:58pm

How to install ActiveState Perl 5.10 on Windows XP
:: Atom8 - Jan 22, 2008 5:26pm

How to install MySQL 5.0 Server on Windows XP
:: Atom8 - Jan 22, 2008 3:32pm

ActiveState Perl 5.10 Connecting to MySQL 5.0 with Net::MySQL mo...
:: Atom8 - Jan 21, 2008 9:47pm

How to embed YouTube videos in your posts
:: VineTop - Jan 19, 2008 12:52pm

Most Viewed
Most Commented
Top Rated

© 2007 - 3000 vinetop.com [ Terms & Policy :: Contact Us :: About ]