You can create a database name that contains non alphanumeric characters such as the underscore _ and dash - if you use the backtick to escape the name:
CREATE DATABASE `chris-newland_db`;