Hello,

This is a classical problem ... when you install mysql into an other 
path than c:/mysql/ , you remove it and reinstall into an other directory.
At first you must verify the my.ini file into c:/winnt/ .
If mysql has been installed into an other directory than c:/mysql/ you 
can verify basedir and datadir paths in c:/winnt/my.ini file. If mysql 
is installed in c:/mysql/ , c:/winnt/my.ini must be deleted.

After that, in a command schell type:
cd "your mysql directory"
cd bin
mysqld-nt --remove
mysqld-nt --install
NET START mysql"

and now everything should be OK.

Bye,    Jerome


Alexander Hampel wrote:

>Hi mailing list,
>
>I can't start mysqld-nt as I get the eror message 1067. If I start
>winmysqladmin.exe there is no server visible.
>
>The manual tell me in part 2.4 Post-installation Setup and Testing that I
>should start the script ./scripts/mysql_install_db but this script is not
>availabale (at all) at my Windows distribution.
>
>Any ideas what's wrong?
>
>Thank you,
> A:lex
>
>
>
>
>
>
>---------------------------------------------------------------------
>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
>
>



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