Hi Damjan,
some more info!
Make sure you have the windows version, just over 9MB download from
mysql.com (public version of win32). Then run setup.exe. It will install to
C:\mysql for default. Best is to leave it as default. If you change it, you
will have to change your mysql configuration later. If you install into
c:\mysql, then go to command line and try this
c:\cd mysql\bin [return]
c:\cd mysql\bin>mysqld --standalone [return]
then type exit.
Then go to the comand line again, type in
c:\cd mysql\bin [return]
c:\cd mysql\bin>mysql [return]
and you should get a welcome message
I found an excellent guide on the net:
Try this page -> www.analysisandsolutions.com/code/mybasic.htm
Hope this helps
-Abi