Certo che è possibile...

Ti logghi come root al database MySQL
Istruzione sql per creazione DB

"create database nomedb"

poi ti logghi a quel database e crei le tabelle

"create table ...... (nomecampo1 tipocampo1 [NULL/NOT NULL], ......., PIRMARY KEY nome (campi)"