At 16:43 09/09/2001 -0500, Ken Sorenson wrote:
Hi,

Follow the step below:

- Install the MySQL stuff.
- Go to \mysql\bin directory with a DOS prompt screen.
- Type the command: mysqld-nt-max --remove (Even you don't have the
   service, this don't provoke any problem).
- With the explorer open or create the \winnt\my.ini file
- Edit the following keys:

[mysqld]
basedir= yourdirpath  <e.g.: c:\mysql>
datadir= c:\mysql\data
skip-innodb

If you want to use InnoDB table, read the manual about the
variables you need and the directories that you need to create
manually.

- At the DOS prompt type:
   mysqld-max-nt --standalone

- Take a look in the messages errors that you got. Try to resolve
   or send me the printed messages.
- If you want to use the server as service. Do:
   mysqladmin shutdown
- mysqld-max-nt --install
- net start mysql

Regards,
Miguel



>I have a V. 3.23.41 sql db installation on Windows 2k server.. Just
>stopped and refuses to restart.. I have looked at just about everything.
>Uninstalled and reinstalled, restored backups ... Nothing seem to be
>working..  Checked through the registry, nothing seems to be off.. Any
>ideas were to look? It was running fine for over two weeks..
>
>Thanks!
>
>Ken
>
>
>---------------------------------------------------------------------
>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