Bug #35076
1-2-3 Installer incorrectly reports database selection error
Status: | Resolved | Start date: | 2012-03-21 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | Install Tool | Spent time: | - | |
Target version: | 6.2.0 | |||
TYPO3 Version: | 4.6 | Is Regression: | No | |
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
Description
While running though some installation tests, I tried to let the 1-2-3 installer create a database called "typo3-466".
I assume the "-" is an illegal character in a MySQL database name. Using it definitely causes the installer to (incorrectly) report:
No database selected
I did select a database, so the error is confusing and misleading.
Related issues
History
#1 Updated by Christian Kuhn almost 2 years ago
- Status changed from New to Resolved
- Target version set to 6.2.0
- % Done changed from 0 to 100
- Is Regression set to No
The chosen database name is better sanitized in 6.2 install tool.