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.