Zen Cart Logo
Forums / Installing on a Windows Server / Xampp and mysql.exe...keeps shutting down

Xampp and mysql.exe...keeps shutting down

Locked

Views: 3,544

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
20 Oct 2008, 2:28 PM
#1
boukmn avatar

boukmn

New Zenner

Join Date:
May 2008
Posts:
32
Plugin Contributions:
0

Xampp and mysql.exe...keeps shutting down

I have sucessfully installed the xampp suite and have both apache and mysql running as a service on WinXP. I want to practice the SQL I am learning before I try it out on an actual Zencart development database. However, every time I try to open mysql.exe and other utilities from the C:\Program Files\xampp\mysql\bin folder, the program opens and immedialtly closes.

I am trying to:

  1. set a "root" password in MySQL
  2. setup a dediated command prompt icon link to msql that I can place on my WinXP desktop.

Is there anyone who can help resolve these questions?

20 Oct 2008, 2:49 PM
#2
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Xampp and mysql.exe...keeps shutting down

It can be a port conflict problem, maybe some other programs are using the same ports? (eg:skype and YM use 80)

20 Oct 2008, 3:11 PM
#3
boukmn avatar

boukmn

New Zenner

Join Date:
May 2008
Posts:
32
Plugin Contributions:
0

Re: Xampp and mysql.exe...keeps shutting down

I used the "port checking" feature in the xampp family (from start menu) and port 80 is being used by Apache while port 3306 is being used by mysqld-nt (part of xampp).

21 Oct 2008, 2:39 AM
#4
canopy avatar

canopy

Totally Zenned

Join Date:
Oct 2006
Posts:
625
Plugin Contributions:
0

Re: Xampp and mysql.exe...keeps shutting down

Check that neither your anti-virus or firewall are blocking the ports for the MySQL/Apache programs.

Btw, what is your XAMPP version?