Project

General

Profile

Actions

Bug #77725

closed

Install-Tools stops when localhost is not the DB server

Added by Paul A. Auwehla over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
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.


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #76163: Predefined database host during installationClosed2016-05-12

Actions
Actions #1

Updated by Christian Kuhn over 7 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

Also available in: Atom PDF