Actions
Task #99374
closedAsk for database name in CLI database setup
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
CLI
Target version:
-
Start date:
2022-12-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
When using the TYPO3 CLI setup command, the database setup asks for username
, password
, port
and host
. The process does not ask for a database name and assumes, that the database name db
is used.
Executing the CLI setup and providing credentials for a database server, where no database with the name db
is present, will result in an exception.
The database name should also be part of the CLI database setup process.
Actions