Errore installazione phpbb3: tabelle già esistenti? [divisa]
Scusate non sono molto pratica di database, giorni fa ho seguito la procedura per l'istallazione di phpbb3 e ho commesso un errore durante la procedura e non sono più riuscita a risolvere. Ho eliminato i file e li ho ripristinati nuovamente ma quando procedo con la configurazione del database mi da questo messaggio:
Esistono già tabelle con il prefisso specificato, scegli un’alternativa.
Non so più che fare...
mi da sempre errore database
Ho fatto come mi hai detto, ma mi da sempre questo errore:
Si è verificato un errore critico ed irrecuperabile del database. Questo può essere causato dal fatto che l’utente specificato non hai i permessi adatti di CREATE TABLES o INSERT, etc. Maggiori informazioni le trovi successivamente. Prima contatta il tuo hosting provider ed eventualmente i forum di supporto di phpBB per ulteriore assistenza.
install_install.php [ 1198 ]
SQL : CREATE TABLE phpbb_31121964attachments ( attach_id mediumint(8) UNSIGNED NOT NULL auto_increment, post_msg_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, topic_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, in_message tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, poster_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, is_orphan tinyint(1) UNSIGNED DEFAULT '1' NOT NULL, physical_filename varchar(255) DEFAULT '' NOT NULL, real_filename varchar(255) DEFAULT '' NOT NULL, download_count mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, attach_comment text NOT NULL, extension varchar(100) DEFAULT '' NOT NULL, mimetype varchar(100) DEFAULT '' NOT NULL, filesize int(20) UNSIGNED DEFAULT '0' NOT NULL, filetime int(11) UNSIGNED DEFAULT '0' NOT NULL, thumbnail tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY (attach_id), KEY filetime (filetime), KEY post_msg_id (post_msg_id), KEY topic_id (topic_id), KEY poster_id (poster_id), KEY is_orphan (is_orphan) ) CHARACTER SET `utf8` COLLATE `utf8_bin`
Table 'phpbb_31121964attachments' already exists
cosa posso fare?