/
Create MySQL DB scheme for TermWeb 4
Create MySQL DB scheme for TermWeb 4
-- Create schema script, character set and collation must be unchanged
CREATE DATABASE `termweb_prod` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
CREATE USER 'termweb_prod'@'%' IDENTIFIED BY 'sEcr3t!';
GRANT ALL PRIVILEGES ON `termweb\_prod`.* TO 'termweb_prod'@'%';
, multiple selections available,
Related content
TermWeb 4 install on Linux
TermWeb 4 install on Linux
More like this
Update TermWeb 4 with new version
Update TermWeb 4 with new version
More like this
TermWeb configuration (termweb.properties)
TermWeb configuration (termweb.properties)
More like this
TermWeb 4 Release notes
TermWeb 4 Release notes
More like this
TermWeb – Phrase (Memsource) integration
TermWeb – Phrase (Memsource) integration
More like this
TermWeb - XTM Cloud Integration
TermWeb - XTM Cloud Integration
More like this