When connecting to a mysqldatabase, oftentimes you'll use --host=somehost. When creating a database locally using mySQL's Windows installer, how do you specify that? Is it possible?
I want to clarify that I want to be able to customize it - so, for instance, I want it to be something like "CUSTOMNAME-HOST" and not just "localhost"
Thanks.