Actions
Bug #77725
closedInstall-Tools stops when localhost is not the DB server
Start date:
2016-08-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I tried to install typo3 v7.6 with php v7.0.6: No problems.
I tried to install typo3 v8.3 with php v7.0.6:
Got the error message:
An exception occured in driver: Connecting to 3.22, 3.23 & 4.0 servers is not supported
Thats it: !! No chance to go further on !!
It turns out this is a php-mysql message.
In LocalConfiguration.php replaced
host => 127.0.0.1 with the correct MySQL5 DB servers name:
host => mysql5.remote-dbserver.tld
This solved the problem.
Install tool now goes on and tries the remote MySQL5 server
instead of the local, non-existing or old MySQL server.
Updated by Christian Kuhn about 8 years ago
- Status changed from New to Closed
Hey Paul, thanks for your report. The issue is known already with issue number #76163 - I hope it is ok for you if I close this issue here as duplicate to the other one.
Actions