MySQL & Windows 2003 Compatability
am 08.05.2003 07:57:57 von Steve Fletcher
--=_F3AC79ED.9CFD814D
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
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.
thanks
Steve
_______________________________
Steve Fletcher
Technical Support Specialist
iDivision
Brisbane City Council
Phone: 07 3403 6758
Fax: 07 3403 6875
cmap@brisbane.qld.gov.au
_______________________________
This message has passed through an insecure network.
All enquiries should be directed to the message author
--=_F3AC79ED.9CFD814D--
Re: MySQL & Windows 2003 Compatability
am 10.05.2003 01:02:11 von miguel solorzano
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.
--=20
Regards,
For technical support contracts, visit https://order.mysql.com/
Are you MySQL certified?, http://www.mysql.com/certification/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / 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
re: MySQL & Windows 2003 Compatability
am 10.05.2003 11:54:11 von Richard Morton
Hi Steve,
It is not obvious from your email how familiar you are with MySQL.
To install the service you must run...
mysqld-nt --install
from the command line. this will install the service. Then I suggest a restart, =
then go to "Services" to see if it is there...
It should have already started.
Hope I am not teching you to suck eggs....
Regards,
Richard
>> 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.
>> thanks
>> Steve
>> _______________________________
>> Steve Fletcher
>> Technical Support Specialist
>> iDivision
>> Brisbane City Council
>> Phone: 07 3403 6758
>> Fax: 07 3403 6875
>> cmap@brisbane.qld.gov.au
>> _______________________________
>> This message has passed through an insecure network.
>> All enquiries should be directed to the message author
--
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