Score:-1

How can I interrupt the mysqld front process?

cn flag

I want to ask, how is it possible to interrupt a simple mysqld command in the terminal. By a mistake I typed in mysqld in the console and press enter. Now I get the Note that mysqld starting as a process (Process ID). How can I interrupt such a command process in the future? CTL - C, Z, \ and so on are not working here?

If you have a answer, it would be great to explain it also.

in flag
Open another shell and kill it.
cn flag
Ok, thanks. Ok I thought its possible in the same shell. Could you explain me, why it is not possible in the same shell? Is there no signal existing?
djdomi avatar
za flag
this is a normal behavior, since not all program can handle ctrl+c
Score:1
za flag

connect a second time and kill it if its local, open a second terminal.

you can use

ps auxwww|grep mysql
kill -9 pid

or if killall is available

killall -9 mysqld
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.