13 messages in com.mysql.lists.win32RE: MySQL 4.1.1.a-alpha installation ...
FromSent OnAttachments
Peihong Zhu31 May 2004 08:59 
Ahmet Aksoy31 May 2004 09:42 
Peihong Zhu31 May 2004 10:15 
Daniel Clark31 May 2004 10:21 
Rodrigo Haces31 May 2004 10:22 
Peihong Zhu31 May 2004 10:34 
Daniel Clark31 May 2004 10:39 
Rodrigo Haces31 May 2004 10:51 
Pyrite31 May 2004 11:00 
Ahmet Aksoy31 May 2004 11:13 
Graeme St.Clair31 May 2004 11:33 
Peihong Zhu31 May 2004 12:34 
Richard Ulrich31 May 2004 22:59 
Subject:RE: MySQL 4.1.1.a-alpha installation problem on Win2K
From:Rodrigo Haces (rhac@yahoo.com.mx)
Date:05/31/2004 10:51:42 AM
List:com.mysql.lists.win32

The next thing i can thing about is that you can probabbly have problems with the my.ini file, so, try deliting it, if you cant try uninstalling and installing and if the problem persists, try using mysql version 4.0.20 (STABLE) cause the one you are using is in an alpha release Cheers! Rodrigo

-----Mensaje original----- De: Peihong Zhu [mailto:pz@ryerson.ca] Enviado el: Lunes, 31 de Mayo de 2004 12:35 p.m. Para: win@lists.mysql.com Asunto: Re: MySQL 4.1.1.a-alpha installation problem on Win2K

It appears so when you use mysqld-nt --install,

but when I open WinMySQLadmin, on the environment tab, there's no server and client info. No matter what I try, I can't seem to log in.

C:\MYSQL\BIN> net start mysql The MySQL service is starting. The MySQL service could not be started.

A system error has occurred.

The process terminated unexpectedly.

C:\MYSQL\BIN>net stop mysql The MySQL service is not started.

More help is available by typing NET HELPMSG 3521.

Peihong

----- Original Message ----- From: Daniel Clark <dcl@nwlink.com> Date: Monday, May 31, 2004 10:22 am Subject: Re: MySQL 4.1.1.a-alpha installation problem on Win2K

Looks like mysql is already installed as a service.

Did you install it on the standard port of 3306 ?

Hi, Ahmet,

Thank you for your response,

Here is what I get

C:\MYSQL\BIN>mysqld-nt --install The service already exists! The current server installed: C:\MYSQL\BIN\MYSQLD-MAX-NT MySQL

C:\MYSQL\BIN>mysql ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)>>

C:\MYSQL\BIN>mysql -u root -p Enter password: ******** ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)>>

Peihong

----- Original Message ----- From: Ahmet Aksoy <ahme@axtelsoft.com> Date: Monday, May 31, 2004 9:43 am Subject: Re: MySQL 4.1.1.a-alpha installation problem on Win2K

You should try C:\mysql\bin>mysqld-nt --install

----- Original Message ----- From: "Peihong Zhu" <pz@ryerson.ca> To: <win@lists.mysql.com> Sent: Monday, May 31, 2004 6:59 PM Subject: MySQL 4.1.1.a-alpha installation problem on Win2K

Hello,

I cann't seem to get MySQL server version 4.1.1.a-alpha to

run

on my win2k.

I am only interested in a standalone system. So I don't need remote>>> access.

This is what I had done:

1) I had version 4.0.18 installed before, it seems working OK except it dosen't support sub querries, so I downloaded version

4.1.1.a-

alpha for windows.

2)I probably didn't stop the 4.0.18 version service properly

when I unzip the new

version and try to start the service. So when I try to

connect

to the server

the client version is 4.1.1 alpha, but the server version is still>>> displayed as 4.0.18 on WinMySQLadmin.

3)I tried to shutdown the service using various method, it dosen't work. I end up remove the entrie directory where the older version

was

installed,

also deleted the directory where the new version was

installed.

then try to unzip and install

the new version again from scratch.

4) Afterwards, I went to consol window,

C:\mysql\bin>mysqld (nothing came out here)

then

C:\mysql\bin>mysql ERROR 2003 (HY000): Can't connect to MySQL server on

'localhost'

(10061)>

I tried to start the service with WinMySQLadmin, didn't work. I also tried to start MySQL service from windows control panel, got an error message:

Could not start mySQL service on local computer Error 1067: the process terminated unexpectedly

5) I finally decide to go back and reinstall version 4.0.18 again,>>> > but it behaved exactly the same.

Any help will be appreciated!

Peihong