RE: [PHP] MySQL Install Problem

2002-02-07 Thread Ben Clumeck

Dave,

I tried it and got the following message:

Microsoft(R) Windows DOS
(C)Copyright Microsoft Corp 1990-2001.

C:\DOCUME~1\BENcd c:\mysql\bin

C:\MYSQL\BINmysqld --standalone
'MYSQLD' is not recognized as an internal or external command,
operable program or batch file.

Any suggestions?

Ben

-Original Message-
From: Dave Barry [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 07, 2002 12:05 AM
To: Ben Clumeck
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] MySQL Install Problem


On 20 0, Ben Clumeck [EMAIL PROTECTED] wrote:
 I am trying to install MySQL on WinXP, I get the following error message:

 Microsoft(R) Windows DOS
 (C)Copyright Microsoft Corp 1990-2001.

 C:\DOCUME~1\BENcd c:\mysql\bin

 C:\MYSQL\BINmysqld--standalone
 'MYSQLD--STANDALONE' is not recognized as an internal or external command,
 operable program or batch file.

try 'mysqld --standalone' (note the space)
it appears that you are not actually starting mysqld


--
*-*-*-*-*-*-*-*-*-*
So It Goes
*-*-*-*-*-*-*-*-*-*


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] MySQL Install Problem

2002-02-07 Thread DL Neil

Ben,

Is the file present at all?
What do you see from DIR C:\MYSQL\BIN\MYSQL*.EXE ?

Regards,
=dn



 I tried it and got the following message:
 
 Microsoft(R) Windows DOS
 (C)Copyright Microsoft Corp 1990-2001.
 
 C:\DOCUME~1\BENcd c:\mysql\bin
 
 C:\MYSQL\BINmysqld --standalone
 'MYSQLD' is not recognized as an internal or external command,
 operable program or batch file.
 
 Any suggestions?
 
 Ben
 
 -Original Message-
 From: Dave Barry [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, February 07, 2002 12:05 AM
 To: Ben Clumeck
 Cc: [EMAIL PROTECTED]
 Subject: Re: [PHP] MySQL Install Problem
 
 
 On 20 0, Ben Clumeck [EMAIL PROTECTED] wrote:
  I am trying to install MySQL on WinXP, I get the following error message:
 
  Microsoft(R) Windows DOS
  (C)Copyright Microsoft Corp 1990-2001.
 
  C:\DOCUME~1\BENcd c:\mysql\bin
 
  C:\MYSQL\BINmysqld--standalone
  'MYSQLD--STANDALONE' is not recognized as an internal or external command,
  operable program or batch file.
 
 try 'mysqld --standalone' (note the space)
 it appears that you are not actually starting mysqld
 
 
 --
 *-*-*-*-*-*-*-*-*-*
 So It Goes
 *-*-*-*-*-*-*-*-*-*
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] MySQL Install Problem

2002-02-06 Thread Ben Clumeck

I am trying to install MySQL on WinXP, I get the following error message:

Microsoft(R) Windows DOS
(C)Copyright Microsoft Corp 1990-2001.

C:\DOCUME~1\BENcd c:\mysql\bin

C:\MYSQL\BINmysqld--standalone
'MYSQLD--STANDALONE' is not recognized as an internal or external command,
operable program or batch file.

C:\MYSQL\BINmysqladmin create testDB
MYSQLADMIN: connect to server at 'localhost' failed
error: 'Can't connect to MySQL server on 'localhost' (10061)'
Check that mysqld is running on localhost and that the port is 3306.
You can check this by doing 'telnet localhost 3306'

Can anyone help?  Please. 

Thanks, 

Ben

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] MySQL Install Problem

2002-02-06 Thread Dave Barry

On 20 0, Ben Clumeck [EMAIL PROTECTED] wrote:
 I am trying to install MySQL on WinXP, I get the following error message:
 
 Microsoft(R) Windows DOS
 (C)Copyright Microsoft Corp 1990-2001.
 
 C:\DOCUME~1\BENcd c:\mysql\bin
 
 C:\MYSQL\BINmysqld--standalone
 'MYSQLD--STANDALONE' is not recognized as an internal or external command,
 operable program or batch file.

try 'mysqld --standalone' (note the space)
it appears that you are not actually starting mysqld


-- 
*-*-*-*-*-*-*-*-*-*
So It Goes
*-*-*-*-*-*-*-*-*-*

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php