Hello, I followed some README.md steps to install UnifiedTransform but I'm stucked at the step 5 : 5. Run docker exec -it db sh. Inside the shell, run: :/# mysql -u root -p Mysql Root password: your_mysql_root_password in the docker-compose.yml file. Then run following commands: mysql> SHOW DATABASES; mysql> GRANT ALL ON unifiedtransform.* TO 'unifiedtransform'@'%' IDENTIFIED BY 'secret'; mysql> FLUSH PRIVILEGES; mysql> EXIT; >>>>>>>>>> When I run "mysql -u root -p" inside the shell, I have this message as return : mysql: [Warning] World-writable config file '/etc/mysql/my.cnf' is ignored. Enter password: It's impossible to type a password. I don't know how to fix it.