While Iam installing frappe in my ubuntu 14.04 using easy install, getting following error saying ACCESS DENIED for user ‘root’@‘localhost’ (using password: NO) and this error is getting ignored and further installation steps are successfully executed. Can I ignore this error, will this error give any trouble during development time?
For the reference please check the following:
TASK [restart mysql linux] *****************************************************
changed: [localhost]
TASK [Set root Password] *******************************************************
fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: [“mysqladmin”, “-u”, “root”, “password”, “mysql”], “delta”: “0:00:00.006340”, “end”: “2016-11-20 23:02:26.950568”, “failed”: true, “rc”: 1, “start”: “2016-11-20 23:02:26.944228”, “stderr”: “\u0007mysqladmin: connect to server at ‘localhost’ failed\nerror: ‘Access denied for user ‘root’@‘localhost’ (using password: NO)’”, “stdout”: “”, “stdout_lines”: [], “warnings”: []}
…ignoring
TASK [add launchagents folder mac] *********************************************
skipping: [localhost]
TASK [add mysql to mac startup] ************************************************
skipping: [localhost]
TASK [stop mysql mac] **********************************************************
skipping: [localhost]
TASK [start mysql mac] *********************************************************
skipping: [localhost]