All you have to do is to create a database or "schema" as it is in MySQL.. you can call it whatever you like.
Then you run the installation wizard.
When you get to defining the database parameters you replace where it says dbname in the URL with the name of the database you created yourself.
After this... tell the installer to create all the tables for you, and it will.
Study the User Guide carefully.