XF 2.0 Installation | Error (MySQL) Table already exists

MinoGamesDE

Member
Hello,

I wanted to install Xenforo v2.0.10 but after the MySQL connection come this error:

Code:
XF\Db\Exception: MySQL query error [1050]: Table 'xf_attachment' already exists in src/XF/Db/AbstractStatement.php at line 212
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 77
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
XF\Db\AbstractAdapter->query() in src/XF/Db/Schema/AbstractDdl.php at line 151
XF\Db\Schema\AbstractDdl->apply() in src/XF/Db/SchemaManager.php at line 164
XF\Db\SchemaManager->createTable() in src/XF/Install/Helper.php at line 322
XF\Install\Helper->createApplicationTables() in src/XF/Install/Controller/Install.php at line 173
XF\Install\Controller\Install->actionStep2() in src/XF/Mvc/Dispatcher.php at line 249
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
XF\App->run() in src/XF.php at line 329
XF::runApp() in install/index.php at line 14

Can anybody help me to fix this?
Best regards
 
Top Bottom