From: Peter Brawley Date: June 8 2007 9:49pm Subject: Re: MySQL 5 & W2K List-Archive: http://lists.mysql.com/mysql/207327 Message-Id: <4669CED9.2020902@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Amer >I'm having no luck getting MySQL 5 installed under Windows 2000 Professional. >The service does not start, either automatically on bootup, or manually. Reading >through the manual does not address the issue, at least that I could find. From %mysql_home%\bin try running it first in a cmd window ... mysqld-nt --console --log_warnings or mysqld-nt --standalone --log_warnings Once it runs without errors, shut mysqld-nt down, eg by running mysaladmin -uroot shutdown from another cmd window, then install the service with ... mysqld-nt -- install after which it should auto-start at bootup. PB ----- Amer Neely wrote: > I'm having no luck getting MySQL 5 installed under Windows 2000 > Professional. The service does not start, either automatically on > bootup, or manually. Reading through the manual does not address the > issue, at least that I could find. > > There isn't a previous version on the system - this is a brand new > drive. I have MyODBC Connector 3.51 installed. > > Is this a known problem, or am I missing something here. I've had > earlier versions working just fine.