mysql BUG on Win 2000 Server (Service Start Parameters BUG)

mysql BUG on Win 2000 Server (Service Start Parameters BUG)

am 28.03.2003 11:28:20 von teninches formaturewomen

BUG on Windows 2000 (and possibly NT/XP):

Mysqld-nt.exe service start parameters disappear
when you close the service property dialog.
Solution 1: Manual service start
Solution 2: No start parameters

The preferred solution would be if the
service 'remember' start parameters by saving
them in registry or something.

Because we are trying to decide whether to buy Oracle
or your product, please inform us if there is anything
we can do to overcome this problem.

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@m.gmane.org

Re: mysql BUG on Win 2000 Server (Service Start Parameters BUG)

am 01.04.2003 16:21:49 von miguel solorzano

At 02:28 28/03/2003 -0800, teninches formaturewomen wrote:
Hi,

>BUG on Windows 2000 (and possibly NT/XP):
>
>Mysqld-nt.exe service start parameters disappear
>when you close the service property dialog.
>Solution 1: Manual service start
>Solution 2: No start parameters

Sorry I don't understand very well what you mean with
"start parameters disappear":
1- The image service path disappear ?
2- The server configuration parameters ?

If the case 2, MySQL doesn't uses the system registry for to
get configuration parameters, instead uses a configuration
file \winnt\my.ini or c:\my.cnf.
You edit this file under section [mysqld] like the example
below:

[mysqld]
basedir=3Dc:/mysql
datadir=3Dc:/mysql/data
port=3D3306

skip-locking
set-variable =3D key_buffer=3D16M
set-variable =3D max_allowed_packet=3D1M
set-variable =3D thread_stack=3D64K
set-variable =3D table_cache=3D4
set-variable =3D sort_buffer=3D64K
set-variable =3D net_buffer_length=3D2K

# InnoDB Configuration

innodb_data_file_path =3D ibdata1:20M:autoextend
innodb_data_home_dir =3D c:/ibdata
innodb_log_group_home_dir =3D c:/iblogs
innodb_log_arch_dir =3D c:/iblogs
set-variable =3D innodb_mirrored_log_groups=3D1
set-variable =3D innodb_log_files_in_group=3D3
set-variable =3D innodb_log_file_size=3D5M
set-variable =3D innodb_log_buffer_size=3D8M
innodb_flush_log_at_trx_commit=3D1
innodb_log_archive=3D0
set-variable =3D innodb_buffer_pool_size=3D16M
set-variable =3D innodb_additional_mem_pool_size=3D2M
set-variable =3D innodb_file_io_threads=3D4
set-variable =3D innodb_lock_wait_timeout=3D50

--=20
Regards,
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Miguel Angel Sol=F3rzano
/ /|_/ / // /\ \/ /_/ / /__ S=E3o Paulo - Brazil
/_/ /_/\_, /___/\___\_\___/
<___/ www.mysql.com=20


--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=3Dgcdmb-bugs@m.gmane.org