Norris,

> ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)
> I remember this well but I don't remember what I did to fix it.

Not to be impolite, but I'd say you should simply start the MySQL server
:)

Check system control > administration > services if there is a service
called "Mysql", and if it's running. If not, install the service (I'd
suggest to use winmysqladmin.exe for this) and start it. If you're
having problems like the MySQL server starts but crashes immediately
after starting, you can try this in a DOS window:

c:\mysql\bin> mysqld --standalone --console

This will give you output in the DOS window so you can see why it keeps
crashing.

And, of course, you can use any other server than mysqld, e.g.
mysqld-max-nt.exe, to try the same. mysqld-max... has InnoDB tables
switched on by default, and there is a good chance something's wrong in
your setup and InnoDB can't create its tablespace etc. You will see all
of this in the DOS window output, though.

Regards,
--
  Stefan Hinz <[EMAIL PROTECTED]>
  Geschäftsführer / CEO iConnect GmbH <http://iConnect.de>
  Heesestr. 6, 12169 Berlin (Germany)
  Tel: +49 30 7970948-0  Fax: +49 30 7970948-3

----- Original Message -----
From: "Norris, Joseph" <[EMAIL PROTECTED]>
To: "Mysql_List (E-mail)" <[EMAIL PROTECTED]>
Sent: Thursday, January 23, 2003 1:55 AM
Subject: Install on WIN2k


> Hello,
>
> I have been running mysql on windows 2000 for about 8 months. Now I
have to
> install it on a new win2k box.
> I get everything installed and go to get into mysql and I am getting
this
> error:
>
>
> ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)
>
>
> I remember this well but I don't remember what I did to fix it.  Any
and all
> help appreciated.
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to