At 11:36 18/05/2001 -0400, Michael Britton wrote:
Hi,

That error message should means: the server wasn't started or the
client wasn't able to connect for privileges issues.

The server you should use is: mysqld-nt.exe

The recommended way on NT is as service so install it by:

\mysql\bin\mysqld-nt --install

to start the server at first time, type:

net start mysql

to stop the server: net stop mysql

When you install the service, thereafter at every boot the server
is started.

To be sure it isn't exist other process, using the port 3306, you can
list all the ports with (before start the MySQL server):

netstat -a

In the remote case that port is used by other process than MySQL server,
you can specify other port like 3307..3309, using the my.cnf/my.ini file
with the variable port=3308. Take a look in the Manual about the use
of the configuration file.

Also read about the GRANT/REVOKE commands.


Regards,
Miguel

>System: NT 4.0
>
>mysql Ver. 8.2 Distrib 3.22.34, for Win95/Win98 on i586
>
>I'm unable to access mysql server on port 3306.  Error reads: Can't connect
>to MySQL server on 'localhost' (10061).  Does this mean it's not on 3306?
>How do I get it there?  Do I have the wrong version and do I need to
>download an NT version?
>
>Thanks,
>
>Michael Britton
>
>
>
>Mike Britton
>Web Developer
>LIPSinc
>http://www.lipsinc.com <http://www.lipsinc.com/>
>We Have Ways of Making You Talk.
>
>

    __  ___     ________  __
   /  |/  /_ __/ __/ __ \/ /   http://www.mysql.com/
  / /|_/ / // /\ \/ /_/ / /__  Miguel Solórzano <[EMAIL PROTECTED]>
/_/  /_/\_, /___/\___\_\___/  Săo Paulo, Brazil
        <___/                  Development Team


---------------------------------------------------------------------
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