3 messages in com.mysql.lists.bugsRe: MySQL & Windows 2003 Compatability
FromSent OnAttachments
Steve Fletcher07 May 2003 22:57 
miguel solorzano09 May 2003 16:01 
Richard Morton10 May 2003 02:53 
Subject:Re: MySQL & Windows 2003 Compatability
From:miguel solorzano (mig@mysql.com)
Date:05/09/2003 04:01:49 PM
List:com.mysql.lists.bugs

At 15:57 08/05/2003 +1000, Steve Fletcher wrote:

Does My SQL run in Windows 2003?

When I attempt to install it, the install runs through to completion, but when I go to start the service, there is no service there to start.

Currently the installer doesn't install the mysql service, so you need to do manually with:

mysqld-nt --install or mysqld-nt --install-manual (this option is for the manual start)

you need to create and edit a configuration file called my.ini and copy it into the windir directory winnt ?. You can use as sample the files called my_size.cnf which are located in the root install directory.

you can start the server with:

net start mysql

or using the SCM.