M HE wrote:
>
> I have downloaded MySQL, unzipped it, and clecked on MySQL.exe and set.exe
> but it seems I can not open or install this properly, I am interested
> inlearning mysql.
>
> Please help!
>
> Thanks...
>
> Mansour
Hi Mansour
I assume you got the trial/shareware version of mysql for win32.
There is a setup.exe.
Execute it.
It will install mysql in C:\mysql
In this directory you will find a README file.
Read it :)
Also there is an mysql\doc directory read the manual in it.
Then start mysqld.
Now you can use the commandline tool mysql to send SQL to the mysql DBMS.
Tschau
Christian