Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo -u postgres psql -c 'create database confluence;'CREATE DATABASE newid CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;'


Code Block
CREATE DATABASE helpspot_db2 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;