il database non può chiamarsi vgg, ma deve avere il nome standard my_<nomesito>, nel tuo caso my_videogiornale. Poi, siccome il database esiste giò, non ti serve crearlo nuovamente, quindi puoi tranquillamente commentare quella riga dal database che stai inserendo.
commentare, cioè disabilitare - metti un paio di trattini ( "--" ) davanti, come le righe di testo sopra, e quel comando non verrà eseguito. L'errore è dovuto al fatto che il database esiste già, quindi non puoi crearne un'altro con lo stesso nome. (in effetti, non puoi crearne un'altro, e basta, su AlterVista hai un database)
--
-- Database: `my_videogiornale`
--
- - CREATE DATABASE `my_videogiornale` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
Messaggio di MySQL:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '--CREATE DATABASE `my_videogiornale` DEFAULT CHARACTER SET utf8