mysql/setup.sql (2 lines of code) (raw):

CREATE USER 'jetbrains'@'%' IDENTIFIED BY ''; GRANT ALL PRIVILEGES ON jetbrains.* TO 'jetbrains'@'%';