At 19:33 27/06/2001 +0100, Maria Aurora VT de la Vega wrote:
Hola,

Verifica primero si en el SCM ya existe el servicio llamado
mysql instalado.
Si existe, entra en el prompt del DOS, y remueválo con el
comando: d:\mysql\bin\mysqld-nt --remove

Después de eso, edita el archivo my.cnf de la siguiente manera:

[mysqld]
basedir=d:/mysql
datadir=d:/mysql/data

Entra de nuevo en el prompt de comando e instala el servicio:

d:\mysq\bin\mysqld-nt --install

Dá el arranque al servicio:

net start mysql

Solo eso,

Abrazos,
Miguel

>i've been trying to install mysql as service on nt...
>mysql is currently working fine without it installed as a service...
>mysql is installed in D:\mysql
>tried the following in vain...
>1. mysqld-nt --basedir=d:\mysql --install --> not valid
>2. copy and edit c:\my.cnf and set basedir=d:\mysql\
>     and try mysqld-nt --install
>     and then net start mysql --> specified file not found error
>3. try set basedir=d:\mysql as environment variable
>     and try mysqld-nt --install
>     and then net start mysql --> specified file not found error
>
>help!
>
>thanks.
>
>
>
>---------------------------------------------------------------------
>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/
    __  ___     ___ ____  __
   /  |/  /_ __/ __/ __ \/ /    Mr. 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