At 22:14 19/01/2002 +0200, Saulius Kavoliunas wrote:
>Hello mysql,
>
>   I have a problem with starting mysql, I'm using winXP and when I try
>   to start mysql on administrative tools\services I get a box with an
>   error 1067, nothing else is written :(, what is the problem can you
>   suggest me waht to do.
>   Tkank you,
>--

The above error means that the service was started and the server
aborted for some reason.
Take a look in the \mysql\data\mysql.err file and try to find what
is the reason, or try to start the server as standalone for to see
the reason:
open a DOS prompt screen:

mysqld-max-nt --standalone --console

in the above command if you want to use other server, change the
executable name.

Regards,
Miguel

>Best regards,
>  Saulius                          mailto:[EMAIL PROTECTED]
>
>
>---------------------------------------------------------------------
>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

-- 
For technical support contracts, goto https://order.mysql.com/
    __  ___     ___ ____  __
   /  |/  /_ __/ __/ __ \/ /    Miguel A. Solórzano <[EMAIL PROTECTED]>
  / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Mogi das Cruzes - 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