Actions
Bug #31629
closedinstalltool -> basic configuration: bad DB-selection after error
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2011-11-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The following errors occured Could not create database 'usr_p12345' (...not created) About configuration: Writing to 'localconf.php' $typo_db = 'information_schema'
after the new database could not be created the DB-information_schema is selected.
information_schema should be ignored by typo3 as it is used for mysql-administration
Updated by Wouter Wolters over 11 years ago
- Status changed from New to Needs Feedback
In the new Install Tool in TYPO3 6.2 this is resolved.
// Remove mysql organizational tables from database list
$reservedDatabaseNames = array('mysql', 'information_schema', 'performance_schema');
IMO that is enough to have it only in 6.2, anyone against it?
Updated by Christian Kuhn about 11 years ago
- Status changed from Needs Feedback to Resolved
- Is Regression set to No
I think this was solved with #19278
Actions