[issue5806] MySQL crash on machine startup....

2009-04-21 Thread Dave Fliger

New submission from Dave Fliger :

I recently (in the last 5 days) downloaded and installed Python 2.6.x. 
Upon startup of this machine I noticed a Windows warning 
that "mysqld.exe could not start...". I really didn't pay attention to 
it until today since I had no plans to use MySQL or any other app that 
might use it.

I also use XAMPP, which does rely on MySQL. This morning when I started 
XAMPP, the MySQL server crashed on startup of XAMPP. I removed Python 
by uninstalling it, set XAMPP to start on startup and rebooted. 
Bingo No problem.

Seems like the install process does not check for other applications 
using MySQL and appropriates the db for itself. Is this correct? If 
that is correct, then the install process needs to be altered. 

Is this an issue? I don't know. You tell me.

--
components: Installation
messages: 86231
nosy: plattecoducks
severity: normal
status: open
title: MySQL crash on machine startup
type: crash
versions: Python 2.6

___
Python tracker 
<http://bugs.python.org/issue5806>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5806] MySQL crash on machine startup....

2009-04-21 Thread Dave Fliger

Dave Fliger  added the comment:

Thanks for the response. I wasn't sure what the deal was, and sort of 
intuitively knew it wasn't the problem. I wouldn't have mentioned it with the 
exception that uninstalling solved the problem. That's a bit odd, don't you 
think?
 
Dave Fliger
Webmaster
Rogers Sporting Goods
1760 N. Church Road
Liberty, MO 64068
(816) 781 9026
 


From: R. David Murray 
To: plattecountydu...@yahoo.com
Sent: Tuesday, April 21, 2009 11:29:23 AM
Subject: [issue5806] MySQL crash on machine startup

R. David Murray  added the comment:

Python doesn't care about mysql.  You can use a third party library to
talk to mysql from python, but only if you install that third party
library. Otherwise, python isn't even aware of whether or not mysql is
installed. So whatever the problem is, it is very unlikely that it has
anything to do with your python install.

If your mysqld starts failing again after reinstalling python, then I'd
suggest posting to python-list and see if the community can help you
narrow down the problem.  If for some bizarre reason it does turn out to
be an issue with the python install, you can open a new ticket with more
information, or reopen this one.

--
nosy: +r.david.murray
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed
type: crash -> 

___
Python tracker 
<http://bugs.python.org/issue5806>
___

--
Added file: http://bugs.python.org/file13730/unnamed

___
Python tracker 
<http://bugs.python.org/issue5806>
___<!-- DIV {margin:0px;} 
-->
Thanks for the response. I wasn't sure what the deal was, and sort of 
intuitively knew it wasn't the problem. I wouldn't have mentioned it with 
the exception that uninstalling solved the problem. That's a bit odd, don't you 
think? 
Dave Fliger
Webmaster
Rogers Sporting Goods
1760 N. Church Road
Liberty, MO 64068
(816) 781 9026
 
http://www.pintailwebdesigns.com/avatars/pwd_pintail.gif"; 
border=0>




From: R. David Murray 
<rep...@bugs.python.org>To: plattecountydu...@yahoo.comSent: Tuesday, April 21, 2009 11:29:23 
AMSubject: [issue5806] MySQL 
crash on machine startupR. David Murray <mailto:rdmur...@bitdance.com"; 
ymailto="mailto:rdmur...@bitdance.com";>rdmur...@bitdance.com> added the 
comment:Python doesn't care about mysql.  You can use a third 
party library totalk to mysql from python, but only if you install that 
third partylibrary. Otherwise, python isn't even aware of whether or not 
mysql isinstalled. So whatever the problem is, it is very unlikely that it 
hasanything to do with your python install.If your mysqld starts 
failing again after reinstalling python, then
 I'dsuggest posting to python-list and see if the community can help 
younarrow down the problem.  If for some bizarre reason it does turn 
out tobe an issue with the python install, you can open a new ticket with 
moreinformation, or reopen this one.--nosy: 
+r.david.murrayresolution:  -> invalidstage:  -> 
committed/rejectedstatus: open -> closedtype: crash -> 
___Python tracker <mailto:rep...@bugs.python.org"; 
ymailto="mailto:rep...@bugs.python.org";>rep...@bugs.python.org><http://bugs.python.org/issue5806>;___

  ___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5806] MySQL crash on machine startup....

2009-04-21 Thread Dave Fliger

Dave Fliger  added the comment:

Thank you, sir. I'll try that later in the day. I just don't want to "break" 
what I have. I'm eager to look under the hood of Python.
 
Dave Fliger
Webmaster
Rogers Sporting Goods
1760 N. Church Road
Liberty, MO 64068
(816) 781 9026
 


From: R. David Murray 
To: plattecountydu...@yahoo.com
Sent: Tuesday, April 21, 2009 11:39:24 AM
Subject: [issue5806] MySQL crash on machine startup

R. David Murray  added the comment:

Well, you mentioned that you also added something to your startup...so
it wasn't _only_ uninstalling python.  That's why I suggested
resinstalling it and seeing if things broke again...and then if it did
getting help to track down why, because as I said python doesn't touch
mysql.  (Doesn't touch it even if you install the 3rd party mysql
interface library...when you do that it just installs a client program).

--

___
Python tracker 
<http://bugs.python.org/issue5806>
___

--
Added file: http://bugs.python.org/file13731/unnamed

___
Python tracker 
<http://bugs.python.org/issue5806>
___<!-- DIV {margin:0px;} 
-->
Thank you, sir. I'll try that later in the day. I just don't want to 
"break" what I have. I'm eager to look under the hood of Python. 
Dave Fliger
Webmaster
Rogers Sporting Goods
1760 N. Church Road
Liberty, MO 64068
(816) 781 9026
 
http://www.pintailwebdesigns.com/avatars/pwd_pintail.gif"; 
border=0>




From: R. David Murray 
<rep...@bugs.python.org>To: plattecountydu...@yahoo.comSent: Tuesday, April 21, 2009 11:39:24 
AMSubject: [issue5806] MySQL 
crash on machine startupR. David Murray <mailto:rdmur...@bitdance.com"; 
ymailto="mailto:rdmur...@bitdance.com";>rdmur...@bitdance.com> added the 
comment:Well, you mentioned that you also added something to your 
startup...soit wasn't _only_ uninstalling python.  That's why I 
suggestedresinstalling it and seeing if things broke again...and then if it 
didgetting help to track down why, because as I said python doesn't 
touchmysql.  (Doesn't touch it even if you install the 3rd party 
mysqlinterface library...when you do that it just installs
 a client 
program).--___Python
 tracker <mailto:rep...@bugs.python.org"; 
ymailto="mailto:rep...@bugs.python.org";>rep...@bugs.python.org><http://bugs.python.org/issue5806>;___

  ___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5806] MySQL crash on machine startup....

2009-04-21 Thread Dave Fliger

Dave Fliger  added the comment:

True enough, my friend. I really didn't know if it had been reported before. If 
I go over the sequence of events tat I performed here on this machine, then my 
only conclusion was the installation of Python because everything worked prior 
to that. I know that if I can't give you the steps to reproduce, there is no 
problem.

So I guess this is an alert. If someone else reports something similar, you may 
have an issue. My original post clearly said that I didn't know if it was an 
issue or not.
 
Dave Fliger
Webmaster
Rogers Sporting Goods
1760 N. Church Road
Liberty, MO 64068
(816) 781 9026
 


From: ""Martin v. Löwis" @psf.upfronthosting.co.za" 
<=?utf-8?b?ik1hcnrpbib2libmw7z3axmiidxyzxbvcnraynvncy5wexrob24ub3jnpg=...@psf.upfronthosting.co.za>
To: plattecountydu...@yahoo.com
Sent: Tuesday, April 21, 2009 4:18:53 PM
Subject: [issue5806] MySQL crash on machine startup

Martin v. Löwis  added the comment:

As David says: Python has no business with mysql. If they interfere, it
could be because of a bug in Python, or because of a bug in mysql, or
because of a bug in Windows, or because of a plain misconfiguration on
your side.

So unless you can provide detailed instructions on how to reproduce it,
there is likely little that we can do.

--
nosy: +loewis

___
Python tracker 
<http://bugs.python.org/issue5806>
___

--
Added file: http://bugs.python.org/file13732/unnamed

___
Python tracker 
<http://bugs.python.org/issue5806>
___<!-- DIV {margin:0px;} 
-->
True enough, my friend. I really didn't know if it had been reported 
before. If I go over the sequence of events tat I performed here on this 
machine, then my only conclusion was the installation of Python because 
everything worked prior to that. I know that if I can't give you the steps to 
reproduce, there is no problem.
 
So I guess this is an alert. If someone else reports something similar, 
you may have an issue. My original post clearly said that I didn't know if it 
was an issue or not. 
Dave Fliger
Webmaster
Rogers Sporting Goods
1760 N. Church Road
Liberty, MO 64068
(816) 781 9026
 
http://www.pintailwebdesigns.com/avatars/pwd_pintail.gif"; 
border=0>




From: ""Martin v. Löwis" 
<rep...@bugs.python.org>@psf.upfronthosting.co.za" 
<=?utf-8?b?ik1hcnrpbib2libmw7z3axmiidxyzxbvcnraynvncy5wexrob24ub3jnpg=...@psf.upfronthosting.co.za>To: 
plattecountydu...@yahoo.comSent: Tuesday, April 21, 2009 4:18:53 PMSubject: [issue5806] MySQL crash on 
machine startupMartin v. Löwis <mailto:mar...@v.loewis.de"; 
ymailto="mailto:mar...@v.loewis.de";>mar...@v.loewis.de> added the 
comment:As David says: Python has no business with mysql. If they 
interfere, itcould be because of a bug in Python, or because of a bug in 
mysql, orbecause of a bug in Windows, or because of a plain 
misconfiguration onyour side.So unless you can provide detailed 
instructions on
 how to reproduce it,there is likely little that we can 
do.--nosy: 
+loewis___Python tracker <mailto:rep...@bugs.python.org"; 
ymailto="mailto:rep...@bugs.python.org";>rep...@bugs.python.org><http://bugs.python.org/issue5806>;___

  ___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com