Hi Everyone, i have trouble while install frappe on centos 7
after command
$ sudo python install .py develop
& error notif like this
$ TASK [mariadb : Set root Password] *********************************************************************************************************************************************
failed: [localhost] (item=localhost) => {“changed”: false, “item”: “localhost”, “msg”: “unable to connect to database, check login_user and login_password are correct or /root/.my.cnf has the credentials. Exception message: (1044, "Access denied for user ‘root’@‘localhost’ to database ‘mysql’")”}
failed: [localhost] (item=127.0.0.1) => {“changed”: false, “item”: “127.0.0.1”, “msg”: “unable to connect to database, check login_user and login_password are correct or /root/.my.cnf has the credentials. Exception message: (1044, "Access denied for user ‘root’@‘localhost’ to database ‘mysql’")”}
failed: [localhost] (item=::1) => {“changed”: false, “item”: “::1”, “msg”: “unable to connect to database, check login_user and login_password are correct or /root/.my.cnf has the credentials. Exception message: (1044, "Access denied for user ‘root’@‘localhost’ to database ‘mysql’")”}
to retry, use: --limit @/tmp/.bench/playbooks/site.retry