Actions
Bug #46825
closedmysqli::real_connect() / Unknown MySQL server
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2013-03-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After the latest changes it is impossible to connect to mysql database that uses non default port?
Error thrown:
Warning: mysqli::real_connect() [mysqli.real-connect]: (HY000/2005): Unknown MySQL server host 'sql.example.com:3307' (2) in /home/user/ftp/web/typo3/sysext/core/Classes/Database/DatabaseConnection.php on line 1098
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Accepted
- Target version changed from 6.1.0-beta1 to 6.1.0-beta2
Should be fixed if #46880 won't make it in 6.1.
Also "dbClientCompress" doesn't work as the parameters for calling real_connect is faulty.
Updated by Christian Kuhn over 11 years ago
both port and compress issue confirmed. the lazy connection patch fixes them.
Updated by Wouter Wolters over 11 years ago
- Status changed from Accepted to Closed
Resolved with http://forge.typo3.org/issues/46880
Actions