re: running as NT service problem

2003-01-08 Thread Victoria Reznichenko
On Tuesday 07 January 2003 11:49, Leonid Prokopets wrote: I'm having a problem running MySQL as NT service on Win2000 plattform. It works allright in manual mode (by 'mysqld' command), but refuses to run as service. I installed the service by 'mysqld-max-nt --install' command. The system

RE: running as NT service problem

2003-01-08 Thread John Arnold
Message- From: Victoria Reznichenko [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 10:55 AM To: [EMAIL PROTECTED] Subject: re: running as NT service problem On Tuesday 07 January 2003 11:49, Leonid Prokopets wrote: I'm having a problem running MySQL as NT service on Win2000

running as NT service problem

2003-01-07 Thread Leonid Prokopets
Hi, MySQL community. I'm having a problem running MySQL as NT service on Win2000 plattform. It works allright in manual mode (by 'mysqld' command), but refuses to run as service. I installed the service by 'mysqld-max-nt --install' command. The system reported NT service successfully

RE: NT service problem

2002-03-18 Thread Richard Morton
:43 AM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: NT service problem Hi, What version of MySQL are you trying to get up and running ? If this version is the mysql max, You will have to run the standalone first in order to create the InnoDB datafiles, then it should start as a service

AW: NT service problem

2002-03-18 Thread Alexander Hampel
remains. Probably there is no solution for this probleme (nt bug) ? So long A:lex -Ursprüngliche Nachricht- Von: Richard Morton [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 18. März 2002 12:47 An: MySQL List Betreff: RE: NT service problem I am using MySQL4.02 as a service on W2Kpro

Re: NT service problem

2002-03-18 Thread Gerald R. Jensen
Subject: NT service problem Hi Pierre, Thanks, for your help. That's what I exaclty do and this is for '--standalone' fine. But the point ist, I want to start mysqld-nt as NT service - and this is the problem - it wouldn't let me start it as service: C:\net start mysql System error 1069 Could

RE: NT service problem

2002-03-18 Thread Todd Williamsen
] Subject: Re: NT service problem Check the location of the configuration file (should be either c:\my.cnf ~ OR ~ c:\winnt\my.ini), then edit the contents of that file. Here is a sample: [client] #password=my_password port=3306 #socket=MYSQL # [mysqld] port=3306 #socket=MYSQL skip-locking #enable

Re: NT service problem

2002-03-18 Thread Rishi
Hi, I am getting a problem with my select query with the limit statement like for eg, select table1.field1,table1.field2 from table1 limit 5000,500; The query will take a lot of time to execute. The table in question in only 16000 records. Could anybody advise me on this issue! Rishi, Advance

NT service problem

2002-03-17 Thread Alexander Hampel
Hi Pierre, Thanks, for your help. That's what I exaclty do and this is for '--standalone' fine. But the point ist, I want to start mysqld-nt as NT service - and this is the problem - it wouldn't let me start it as service: C:\net start mysql System error 1069 Could not start service The service

RE: NT service problem

2002-03-17 Thread Tommy Claasens / QDC KZN
the --standalone option. Hope this helps Tommy -Original Message- From: Alexander Hampel [mailto:[EMAIL PROTECTED]] Sent: Mon, 18 Mar 2002 09:38 To: [EMAIL PROTECTED] Subject: NT service problem Hi Pierre, Thanks, for your help. That's what I exaclty do and this is for '--standalone' fine