At 23:46 29/06/2001 -0500, Tyler Longren wrote:
Hi,
The 1067 error, means an MySQL server aborted.
The cause should be:

- Missed (dropped) or corrupted MySQL grant tables.
- Problems with the \share directory or errmsg.sys files.
- Wrong variable(s) on the configuration file (my.ini\my.cnf)

Troubleshooting:

- Take a look at \mysql\data\mysql.err file if the last lines
   you find the cause of the abortion.
- Rename the my.ini/my.cnf file and try to start the service
   using the defaults values. If well success, then the problem
   is a variable(s).
If the 2 items above, don't resolve the problem. Do:

   - Remove the service: mysqld-max-nt --remove
   - Start the server in standalone mode to see the message errors:
     mysqld-max-nt --standalone --skip-innodb

Try to correct the errors show by the last command and re-install
the service.

Regards,
Miguel


>Hello everyone,
>I have mysql-3.23.39 installed on a Win2k Pro box (not sure why!).  It had
>been running just fine, then all of a sudden stopped working.  When I try a
>'NET START mysql', I get the below error:
>-----------Begin Error------------
>The MySql service is starting.
>The MySql service could not be start
>
>A system error has occurred.
>
>System error 1067 has occurred.
>
>The process terminated unexpectedly.
>-----------End Error------------
>
>Has this happened to anyone else?  Or am I just the unlucky one?
>
>Tyler
>
>
>---------------------------------------------------------------------
>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