4 messages in com.mysql.lists.win32RE: mysql setup problems on win98
FromSent OnAttachments
Darren Johnston20 Mar 2001 04:00 
Martin Thoma20 Mar 2001 04:25 
René Tegel20 Mar 2001 04:27 
Adam Ross21 Mar 2001 10:07 
Subject:RE: mysql setup problems on win98
From:Adam Ross (ad@smokemeakipper.co.uk)
Date:03/21/2001 10:07:52 AM
List:com.mysql.lists.win32

Also, things get much easier for Windows users if you use the WinMySQLAdmin tool provided. It takes care of starting up and shutting down the server (and other stuff too) without having to mess around on the command line.

Regards Adam

-----Original Message----- From: René Tegel [mailto:teg@chello.nl] Sent: 20 March 2001 12:28 To: Darren Johnston; mysql mailing-list Subject: Re: mysql setup problems on win98

probably the setup went correctly, you just have a fast machine i guess so you didn't see it :) mysql.exe is the client, you need to run mysqld.exe to run the server. type mysqld.exe --help to get some startup options. use mysqladmin to verify everything is working. so: c:\mysql\bin\mysqld

server started

c:\mysql\bin\mysql would allow you to connect.

gl

rene

*** wish they'd put a nice readme with the w32 installation ***

I have just tried to run setup of mysql 3.23.35-win on a win98se machine and the setup program gets halfway through then vanishes of the screen, without any error messages or anything.. it all seems to be there in the mysql folder, but obviously has not finished settting up correctly. I have tried to start mysql up but it says cannot connect to server on local host (10061). do you run mysql from dos the same as a unix command line?