Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 163 Bytes

Readme.md

File metadata and controls

6 lines (4 loc) · 163 Bytes

Database setup

CREATE USER 'typo3'@'localhost' IDENTIFIED BY 'joh316'; GRANT ALL PRIVILEGES ON typo3\_% . * TO 'typo3'@'localhost'; FLUSH PRIVILEGES;