Charset: utf8mb4, init.sql Port: docker-compose.yaml volume: docker-compose.yaml # 필수는 아닌데. DBMS, User, Password: init.sql Feature User define function uuidv7() support: init.sql If you feel something isn't working right, I recommend clearing Docker's cached images, ...
set global innodb_file_format = BARRACUDA; set global innodb_file_format_max = BARRACUDA; set global innodb_large_prefix = ON; create database yona DEFAULT CHARACTER SET utf8mb4 DEFAULT COLLATE utf8mb4_bin ; yona 유저에게 yona 데이터베이스 권한 부여 GRANT ALL ...