Re: database character collation ?
You don’t normally need to set anything there. The installation will continue fine without it.
Every MySQL database uses character collation, but it’s normally hidden from sight. For my bbPress installation, the collation is utf8_general_ci
. But I didn’t have to set it, it’s already there. In a unique situation you might need to set it, but I’ve never messed with it.