Clear port in use by another application

Reply to comment

Sometimes -9 is needed with the kill command:

$ sudo kill -9 $(sudo lsof -t -i:3306)