Running MySQL as SYSTEM Service in Windows XP
Posted
by enesviem
on Server Fault
See other posts from Server Fault
or by enesviem
Published on 2010-06-08T14:32:18Z
Indexed on
2010/06/08
14:42 UTC
Read the original article
Hit count: 222
I have this strange problem where I create a database in MySQL and I need to restart mysqld
but I can't seem to do it with info the MySQL docs. Then, I kill it from the Task Manager and I can't restart it. When I look at the process, it is run by the SYSTEM, rather than me. When I run mysqld
it starts the process by me, not the SYSTEM. Am I shutting it down incorrectly? IS there a way to start this daemon as the SYSTEM?
© Server Fault or respective owner