Actions
Task #74012
closedFix DB error message in Testbase
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-03-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Updated by Steffen Müller over 8 years ago
[TYPO3\CMS\Core\Tests\Exception] Unable to create database with name t3_core_test_at. This is probably a permission problem. For this instance this could be fixed executing "GRANT ALL ON `t3_core_test_%`.* TO `t3_core_test`@`localhost`;"
should read:
[TYPO3\CMS\Core\Tests\Exception] Unable to create database with name t3_core_test_at. This is probably a permission problem. For this instance this could be fixed executing "GRANT ALL ON `t3_core_test_ft%`.* TO `t3_core_test`@`localhost`;"
to support acceptance test DD names.
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47010
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47010
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47010
Updated by Steffen Müller over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1bd6babeda6c78e912d7f08049f737c8db6800dc.
Actions