/
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'@'%';

 

 

Related content

Connecting TermWeb to PostgreSQL
Connecting TermWeb to PostgreSQL
More like this
Connecting TermWeb to MySQL
Connecting TermWeb to MySQL
More like this
Update TermWeb 4 with new version
Update TermWeb 4 with new version
More like this
Version specific upgrade notes
Version specific upgrade notes
More like this
TermWeb Prerequisites
TermWeb Prerequisites
More like this
TermWeb 3 migration to 4 fails with "Data truncated for column 'api_key' at row 1"
TermWeb 3 migration to 4 fails with "Data truncated for column 'api_key' at row 1"
More like this