At 23:19 2/8/2002 +0000, Tien Lim wrote:
Hi,

>To Whom It May Concern:
>
>Environment:
>Operating System Windows XP Home Edition
>Using MySQL 3.23
>Using Apache 1.3.12
>
>Initially it started working suddenly after trying all of the commands 
>below... : )
>
>The next day I started the computer and it does not work.... : (
>
>
>Tried to intall from the C:\Progra~1\MySQL\bin> prompt 'mysqld-nt --install'.
>Resulted in a pop-up windows MySQL error "Failed To Install Service".

Since you had installed the MySQL stuff on another directory than the
default C:\mysql, you need to have either the \winnt\my.ini file or 
c:\my.cnf file with the below section and keys:

[mysqld]
basedir=C:/Progra~1/MySQL
datadir=C:/Progra~1/MySQL/data # ?

>Typed 'mysql-nt' alone at the bin prompt..., the prompt comes back with no 
>stated errors.

At the command prompt should be:

mysqld-nt --standalone --console

>Typed at prompt 'net start mysql'
>Resulted in "The MySql service is starting." "The MySql service could not 
>be started." "A system error has occured." "A System error 1067 has 
>occurred." "The process terminated unexpectedly."

The above means that the server has aborted for something wrong, for 
example you don't have the configuration file above mentioned with
the basedir and datadir keys.
Anyway starting the server at the command prompt (see above) you
should see the error message. Try to fix them or send to the list
the messages error.

>When using at the prompt 'mysqladmin ping'...the following message 
>resulted: "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'.
>
The above happens because the server wasn't started.


Regards,
-- 
For technical support contracts, visit https//order.mysql.com
    __  ___     ___ ____  __
   /  |/  /_ __/ __/ __ \/ /    Miguel Angel Solórzano <[EMAIL PROTECTED]>
  / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   São Paulo - Brazil
        <___/   www.mysql.com


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