Re: Can't start mysql-service on Win XP

2002-04-28 Thread Jan Peuker

Hi Sabine (again ;-) )

I suppose you already tried this:
http://www.mysql.com/doc/N/T/NT_start.html

This could be problems w/ your path or your my.ini (overwritten my
mysqladmin).
If it won't start anyway, put mysqladmin.exe to your autostart.

regards, (Grüße)

Jan

- Original Message -
From: Sabine Richter [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, April 28, 2002 4:25 PM
Subject: Can't start mysql-service on Win XP


 Hello,

 for the first time I installed Mysql 3.23.49 on win XP professional.
 I installed it with admin privileges, installed the service -so far
 everything seemed to be ok. But when I tried to start the service, it
 didn't start (failure number 1067).
 I don't have any idea, what that failure number means, where to find
 something about it (who raised it: win or mysql?) and where to search
 for the reasons. I already searched for this failure in the mysql ref
 manual and in the win help system.

 I'll be grateful for any tip!

 Thanks in advance

 Sabine Richter

 -
 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




Re: Can't start mysql-service on Win XP

2002-04-28 Thread Sabine Richter

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




Re: Can't start mysql-service on Win XP

2002-04-28 Thread Gerald R. Jensen

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