Table MySQL Tutorial

You can use --character-set-server for the character set.
Along with it, you can add --collation-server for the collation.

shell> mysqld
shell> mysqld --character-set-server=latin1
shell> mysqld --character-set-server=latin1 --collation-server=latin1_swedish_ci