If a trailing slash were required, mine would not work:

    [mysqld]
    basedir=d:/mysql
    datadir=d:/mysql/data
    language=d:/mysql/share/english
    skip-locking
    set-variable = key_buffer=16M
    set-variable = max_allowed_packet=1M
    set-variable = thread_stack=128K
    set-variable = flush_time=1800
    set-variable = lower_case_table_names=1
    [mysqldump]
    quick
    set-variable = max_allowed_packet=16M
    [mysql]
    no-auto-rehash
    [isamchk]
    set-variable= key=16M




----- Original Message -----
From: "Sabine Richter" <[EMAIL PROTECTED]>
To: "Jan Peuker" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, April 28, 2002 10:31 AM
Subject: Re: Can't start mysql-service on Win XP


Hi Jan,

>
> I suppose you already tried this:
> http://www.mysql.com/doc/N/T/NT_start.html
I did!
>
> This could be problems w/ your path or your my.ini (overwritten my
> mysqladmin).

mysqld-nt --help has the correct basedir (.....\mysql\) Oh, what's that?
In my.ini I just wrote "basedir=....mysql" -without the last backslash!
Can that be a reason? And how to change it?
The same for datadir!

telnet localhost 3306 says:
Verbindungsaufbau zu localhost... Es konnte keine Verbindung mit dem
Host hergestellt werden, auf Port 3306.
Es konnte nicht...., da der Zielcomputer die Verbindung verweigerte.
(perhaps incorrect translation: connection to localhost on port 3306
wasn't possible. The computer didn't allow the connection)

> If it won't start anyway, put mysqladmin.exe to your autostart.

I don't understand that. I thought that mysqladmin requires an already
started server service. Isn't that right?
However, I tried start mysqladmin/host=localhost
It says that it needs mysqld running and tells me to check it with
telnet. What I did. See above.
I have no debug-version of mysqld-nt.

Any other idea??

best regards
Sabine

>

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