DB MySql from scratch

Hi all.

Quick question related to DB and a new project. I followed https://documentation.bloomreach.com/library/deployment/configuring/configuring-hippo-for-mysql.html in order to create a connection to my DB.

I know this part will work because I have some other projects working in that way. My question is not about setting up a connection but creating a DB from scratch. From where can I get a schema for a hippo project v.12? Shall I populate these tables with basic data?

Best regards.

database tables will be created and populated automatically (assuming you are packaging default content with your deployment).
DB user needs to have enough right to create tables though.

You were right. Before your message, I was using an empty database where I included manually a schema from another hippo project, instead of leaving hippo to create it for me. Thanks!!!