Well ...
Section 2, has expfor installing MySql Enterpise,
and I have just installed the standard one (the freeware version, is
Enterpise edition also a freeware one ?) :
http://dev.mysql.com/downloads/mysql/5.0.html#win32
(look for Without installer (unzip in C:\)).
I have installed it on : C:\Program Files\mysql-5.0.51a-win32\bin).
When I run on command line : mysql, I got the message :
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061).
I think that mySql should connect to some default database.
Just to start with, I need tinny database, or any other specific link ...
Thanks :)
>> I have looked at :
>> http://dev.mysql.com/tech-resources/articles/mysql_intro.html
[quoted text clipped - 9 lines]
>
> Arne
David Harper - 19 Mar 2008 08:50 GMT
> Well ...
>
[quoted text clipped - 9 lines]
> I think that mySql should connect to some default database.
> Just to start with, I need tinny database, or any other specific link ...
[SNIP]
The "Windows Essentials" version of the MySQL server has a GUI
installation and configuration utility (the Configuration Wizard) which
greatly simplifies the whole process of setting up a new server.
You need to download the "Windows Essentials" version of the software,
and not the "Without installer" version. Do yourself a favour, don't
make life more difficult for yourself.
David Harper
Cambridge, England
Mr. X. - 20 Mar 2008 05:23 GMT
Thank,
Good for start, and for now I think I will get in progress ...
Still I want to know how can I install on the hard way ...
Thanks :)