result of ps -e | grep mysqld
running htop
and clicking on memory usage..
It is taking 33% of 4gb memory.
I just want to end the mysqld process.. running sudo pkill mysqld
ends the process but again the process starts.. I want to completely end it and get the memory back.