Project

General

Profile

Actions

Bug #56766

closed

Install tool forces mysqli

Added by Andreas Fernandez about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2014-03-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hello,

after applying #56763, the install tool forces the use of mysqli instead of oci8 as defined in LocalConfiguration. I guess it's a regression from #50752.

Stack trace:

Warning: mysqli::real_connect(): MySQL server has gone away in typo3/sysext/dbal/Classes/Database/DatabaseConnection.php on line 3044
Warning: mysqli::real_connect(): Error while reading greeting packet. PID=18902 in typo3/sysext/dbal/Classes/Database/DatabaseConnection.php on line 3044
Warning: mysqli::real_connect(): (HY000/2006): MySQL server has gone away in typo3/sysext/dbal/Classes/Database/DatabaseConnection.php on line 3044
Fatal error: Uncaught exception 'RuntimeException' with message 'TYPO3 Fatal Error: The current username, password or host was not accepted when the connection to the database was attempted to be established!' in typo3/sysext/core/Classes/Database/DatabaseConnection.php:1580
Stack trace:
#0 typo3/sysext/install/Classes/Controller/Action/AbstractAction.php(256): TYPO3\CMS\Core\Database\DatabaseConnection->connectDB()
#1 typo3/sysext/install/Classes/Controller/Action/Step/DatabaseData.php(91): TYPO3\CMS\Install\Controller\Action\AbstractAction->getDatabase()
#2 typo3/sysext/install/Classes/Controller/StepController.php(120): TYPO3\CMS\Install\Controller\Action\Step\DatabaseData->needsExecution()
#3 [corrupted] in typo3/sysext/core/Classes/Database/DatabaseConnection.php on line 1580

Actions #1

Updated by Gerrit Code Review about 10 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28257

Actions #2

Updated by Wouter Wolters about 10 years ago

  • Status changed from Under Review to Closed

abandoned

Actions

Also available in: Atom PDF