Tag: Open Source

Community

MySQL Installation and More

(Michael McLaughlin) Installing MySQL is pretty straightforward, especially on a Windows operating system. However, recently I was surprised to find out that there were folks who didn’t know you could install multiple version on their Windows development machine. Here’s are the step-by-step instruct

Community

Mass killing of MySQL Connections

(Peter Zaitsev) Every so often I run into situation when I need to kill a lot of connections on MySQL server – for example hundreds of instances of some bad query is running making server unusable. Many people have special scripts which can take the user, source host or query as a parameter and perf