You may create it with your preferable client or run next (linux) command:
-$ mysqladmin -u <uid> -p create openstreetmap
+$ mysql -u <uid> -p
(change <uid> with appropriate username of administrative user eg. root )
+> create database openstreetmap default character set utf8;
+> exit
+
Creating user, password, and access rights
============================================