* Sun 2001-09-02 Dmitry Mityugov <[EMAIL PROTECTED]> mail.default
| [+]
| > I'm using
>>
>>     Ver 3.23.41-max-debug for Win95/Win98 on i32
>>
>> And command
>>
>>     mysqld-nt --install
>>
>> Displays error dialog box
>>
>>     "Failed to install service"
>>
>> In Event viewer the messages simply says:
>>
>>     The MySql service terminated unexpectedly.  It has done this 1
>>     time(s).  The following corrective action will be taken in 0
>>     milliseconds: No action.
>>
>> How Can I help to debug this further? I'm always logged in as
| Administrator,
| > and W2k inlcudes service pack 2.
>
| Make sure C:\MYSQL is not encrypted (this is only one possible reason for
| this problem from many but it is still fresh in my memory as I had this
| problem just yesterday).

Unfortunately this cannot be the problem, because I'm running with FAT32
partitions witout any encryption or compression software on the disks.
There are no NTFS partitions.

The machine contains disk layout for multi-boot system:
Win98, Win2000, Debian Linux. Total 200 G

    c:      Win98   
    d:          data
    e:          data
    f:          data
    g:      Win 2000 Professional (g:/winnt)
    h:      /bin/sql/mysql-w2k    Install root
    + other disks


I have put my.cnf to c:/my.cnf, although this does violate the multiboot
system, since I don't use C: at all when I'm running Win2000.

Running mysqld from command line works ok, but the --install option
always fails, no matter what I put into c:/my.cnf. Attached.

Is there no way to debug the problem? Does mysql have internal debug 
options that could collect the call progress in the C++ code?

Jari

-----------------------------------------------------------------------
MySQL

# Example mysql config file.
# Copy this file to c:\my.cnf to set global options
#
# One can use all long options that the program supports.
# Run the program with --help to get a list of available options

# This will be passed to all mysql clients
[client]
#password=my_password
port=3306
#socket=MySQL

# Here is entries for some specific programs
# The following values assume you have at least 32M ram

# The MySQL server
[mysqld]
port=3306
#socket=MySQL
skip-locking
skip-innodb
ansi
default-character-set=latin1
set-variable = key_buffer=16M
set-variable = max_allowed_packet=1M
set-variable = thread_stack=128K
set-variable = flush_time=1800

# Uncomment the following row if you move the MySQL distribution to another
# location
basedir = H:\bin\sql\mysql-w2k

[mysqldump]
quick
set-variable = max_allowed_packet=16M

[mysql]
no-auto-rehash

[isamchk]
set-variable= key=16M

[client_fltk]
help_file= H:\bin\sql\mysql-w2k\sql_client\MySQL.help
client_file= H:\bin\sql\mysql-w2k\MySQL.options
history_length=20
database = test
queries_root= H:\bin\sql\mysql-w2k\queries
last_database_file= H:\bin\sql\mysql-w2k\lastdb


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