Mysql process name
-
I've never used it and know next to nothing about it, but it's installed on a test/dev box I've inherited and I'd like to know if it's actively running or not. I assume not because there's nothing likely looking in the process list but would like some sort of confirmation.
Otherwise [Microsoft is] toast in the long term no matter how much money they've got. They would be already if the Linux community didn't have it's head so firmly up it's own command line buffer that it looks like taking 15 years to find the desktop. -- Matthew Faithfull
-
I've never used it and know next to nothing about it, but it's installed on a test/dev box I've inherited and I'd like to know if it's actively running or not. I assume not because there's nothing likely looking in the process list but would like some sort of confirmation.
Otherwise [Microsoft is] toast in the long term no matter how much money they've got. They would be already if the Linux community didn't have it's head so firmly up it's own command line buffer that it looks like taking 15 years to find the desktop. -- Matthew Faithfull
I think it's "mysql". An old fashioned net stop/start should prove it though.
-
I think it's "mysql". An old fashioned net stop/start should prove it though.
nothing sqlish looking in the list. I do have "World Wide Web Publishing Service" and "IIS Admin Service" running though. While I'm not going to toss any spanners into the works just before leaving on a friday afternoon, are those processes just IIS helpers or do they mean a webserver is actually running. The MSDN article I googled up was less than clear on the matter.
Otherwise [Microsoft is] toast in the long term no matter how much money they've got. They would be already if the Linux community didn't have it's head so firmly up it's own command line buffer that it looks like taking 15 years to find the desktop. -- Matthew Faithfull
-
nothing sqlish looking in the list. I do have "World Wide Web Publishing Service" and "IIS Admin Service" running though. While I'm not going to toss any spanners into the works just before leaving on a friday afternoon, are those processes just IIS helpers or do they mean a webserver is actually running. The MSDN article I googled up was less than clear on the matter.
Otherwise [Microsoft is] toast in the long term no matter how much money they've got. They would be already if the Linux community didn't have it's head so firmly up it's own command line buffer that it looks like taking 15 years to find the desktop. -- Matthew Faithfull
"World Wide Web Publishing Service" is IIS, so I guess that is running -
net stop w3svc
will sort that out, though :) -
"World Wide Web Publishing Service" is IIS, so I guess that is running -
net stop w3svc
will sort that out, though :)TY. Something else to smack once I get back monday. Since afaik there's no DB running it shouldn't matter but I'm not going to risk busting anything before leaving for the holiday.
Otherwise [Microsoft is] toast in the long term no matter how much money they've got. They would be already if the Linux community didn't have it's head so firmly up it's own command line buffer that it looks like taking 15 years to find the desktop. -- Matthew Faithfull
-
I've never used it and know next to nothing about it, but it's installed on a test/dev box I've inherited and I'd like to know if it's actively running or not. I assume not because there's nothing likely looking in the process list but would like some sort of confirmation.
Otherwise [Microsoft is] toast in the long term no matter how much money they've got. They would be already if the Linux community didn't have it's head so firmly up it's own command line buffer that it looks like taking 15 years to find the desktop. -- Matthew Faithfull
I'm running MySql 4.1 and it shows up as "mysqld-nt.exe" in Process Viewer or Windows Task Manager. Hope that helps.
BDF A learned fool is more a fool than an ignorant fool. -- Moliere
-
I've never used it and know next to nothing about it, but it's installed on a test/dev box I've inherited and I'd like to know if it's actively running or not. I assume not because there's nothing likely looking in the process list but would like some sort of confirmation.
Otherwise [Microsoft is] toast in the long term no matter how much money they've got. They would be already if the Linux community didn't have it's head so firmly up it's own command line buffer that it looks like taking 15 years to find the desktop. -- Matthew Faithfull
hi Dan, I installed and use wampserver[^], it adds amongst others a
mysqld-nt.exe
process to the list. :)Luc Pattyn [Forum Guidelines] [My Articles]
This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.
-
I've never used it and know next to nothing about it, but it's installed on a test/dev box I've inherited and I'd like to know if it's actively running or not. I assume not because there's nothing likely looking in the process list but would like some sort of confirmation.
Otherwise [Microsoft is] toast in the long term no matter how much money they've got. They would be already if the Linux community didn't have it's head so firmly up it's own command line buffer that it looks like taking 15 years to find the desktop. -- Matthew Faithfull
-
I've never used it and know next to nothing about it, but it's installed on a test/dev box I've inherited and I'd like to know if it's actively running or not. I assume not because there's nothing likely looking in the process list but would like some sort of confirmation.
Otherwise [Microsoft is] toast in the long term no matter how much money they've got. They would be already if the Linux community didn't have it's head so firmly up it's own command line buffer that it looks like taking 15 years to find the desktop. -- Matthew Faithfull
It depends on the executable you run. I have seen it have several different names depending on the version, options, OS, and daemon.
Need a C# Consultant? I'm available.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway