Skip to content

mysql: [Warning] World-writable config file '/etc/mysql/my.cnf' is ignored. #371

@alizesformation

Description

@alizesformation

Hello,

I followed some README.md steps to install UnifiedTransform but I'm stucked at the step 5 :

  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions