9 messages in com.mysql.lists.win32Ynt: Win9x Connection problem
FromSent OnAttachments
Ali Avcý13 Jun 2001 00:46 
Sinisa Milivojevic13 Jun 2001 04:26 
Gerald R. Jensen13 Jun 2001 04:54 
Ali Avcý13 Jun 2001 05:06 
Yusuf Incekara13 Jun 2001 06:00 
Yusuf Incekara13 Jun 2001 06:02 
Gerald Jensen13 Jun 2001 15:18 
Gerald R. Jensen13 Jun 2001 17:03 
Luc Van der Veken14 Jun 2001 00:20 
Subject:Ynt: Win9x Connection problem
From:Yusuf Incekara (avuk@superonline.com)
Date:06/13/2001 06:02:09 AM
List:com.mysql.lists.win32

also i am using my.ini file for configuration and all paths are regularly defined well.

[mysql] character-sets-dir=c:/mysql/share/charsets port = 3306 default-character-set = latin5

[mysqladmin] character-sets-dir=c:/mysql/share/charsets port = 3306

[mysqld-max] basedir=c:/mysql datadir=c:/mysql/data language=c:/mysql/share/english character-sets-dir=c:/mysql/share/charsets default-table-type=BDB port = 3306 set-variable = max_connect_errors=10000 set-variable = key_buffer=16M set-variable = max_allowed_packet=1M set-variable = thread_stack=128K default-character-set = latin5 #set-variable = bdb_cache_size=4M #set-variable = bdb_max_lock=10000 skip-gemini skip-innodb

[mysqld-max-nt] basedir=c:/mysql datadir=c:/mysql/data language=c:/mysql/share/english character-sets-dir=c:/mysql/share/charsets default-table-type=BDB port = 3306 set-variable = max_connect_errors=10000 set-variable = key_buffer=16M set-variable = max_allowed_packet=1M set-variable = thread_stack=128K default-character-set = latin5 #set-variable = bdb_cache_size=4M #set-variable = bdb_max_lock=10000 skip-gemini skip-innodb

[mysqld] basedir=c:/mysql datadir=c:/mysql/data language=c:/mysql/share/english character-sets-dir=c:/mysql/share/charsets default-table-type=BDB port = 3306 set-variable = max_connect_errors=10000 set-variable = key_buffer=16M set-variable = max_allowed_packet=1M set-variable = thread_stack=128K default-character-set = latin5 #set-variable = bdb_cache_size=4M #set-variable = bdb_max_lock=10000 skip-gemini skip-innodb

[mysqld-nt] basedir=c:/mysql datadir=c:/mysql/data language=c:/mysql/share/english character-sets-dir=c:/mysql/share/charsets default-table-type=BDB port = 3306 set-variable = max_connect_errors=10000 set-variable = key_buffer=16M set-variable = max_allowed_packet=1M set-variable = thread_stack=128K default-character-set = latin5 #set-variable = bdb_cache_size=4M #set-variable = bdb_max_lock=10000 skip-gemini skip-innodb

works fine on my computer at :

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices] "Mysql Server"="c:\mysql\bin\mysqld-max.exe"

What happens when you open a DOS prompt, switch the \mysql\bin directory, and type mysql{enter}?

I have never heard of using the runservice registry settings to start MySQL.

In my experience, MySQL only works on the Win9x platform when you run mysqld-opt (either through WinMySQLAdmin, from the command prompt, or a batch file).

G. Jensen

Hi,

I am evaluating MySql as a server on a Win95 machine. And I encountered a problem.

The scenary is as following,

1. Start Server machine where mysqld-opt is in the runservice registry setting. 2. try to connect from any client.ie. MySqlFront. without success. The application hangs. 3. Open any application on the server that issues a query against the database. 4. The hanging applications on client side are released.

What may I do to overcome the above problem. Is this an os problem or a problem specific for mysqld-opt or a problem caused by my initialization style.

Thanx in advance, - Ali AVCI