Actions
Bug #63290
closedMySQL rights installtool
Start date:
2014-11-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Remote Sprint
Description
When the MySQL rights of the selected user and table on first install do not have CREATE in it, the install tool will come to step 4, but can't continue. The install tool does not show any error or warning.
It would be nice if the install tool checks the needed MySQL rights.
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from 7.0 to 7.1 (Cleanup)
Updated by Benni Mack over 9 years ago
- Target version changed from 7.1 (Cleanup) to 7.4 (Backend)
Updated by Rutishauser Katrin over 9 years ago
I consider this a major bug; Markus pls change to bug.
Updated by Markus Klein over 9 years ago
- Tracker changed from Feature to Bug
- Category set to Install Tool
- Assignee set to Markus Klein
- TYPO3 Version set to 7
- Is Regression set to No
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Anja Leichsenring over 9 years ago
- Sprint Focus changed from On Location Sprint to Remote Sprint
Updated by Mathias Brodala about 9 years ago
- Status changed from New to Closed
The Install Tool will show errors as soon as #51930 is fixed. The DB requirements can be seen in the INSTALL.md
:
### MySQL required privileges The MySQL user needs a least the following privileges on the TYPO3 database: * SELECT, INSERT, UPDATE, DELETE * CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES It is recommended to also grant the following privileges: * CREATE VIEW, SHOW VIEW * EXECUTE, CREATE ROUTINE, ALTER ROUTINE
Actions