hi sir , i need help!
I try to install open edx juniper.3 on ubuntu server16.04 .I was able to complete steps 1 - 4 successfully with no errors.
in step 5 i get this error :
TASK [edxlocal : create databases] *********************************************
failed: [localhost] (item=ecommerce) => {“changed”: false, “item”: “ecommerce”, “msg”: “unable to find /root/.my.cnf. Exception message: (1045, “Access denied for user ‘root’@‘localhost’ (using password: NO)”)”}
failed: [localhost] (item=dashboard) => {“changed”: false, “item”: “dashboard”, “msg”: “unable to find /root/.my.cnf. Exception message: (1045, “Access denied for user ‘root’@‘localhost’ (using password: NO)”)”}
failed: [localhost] (item=xqueue) => {“changed”: false, “item”: “xqueue”, “msg”: “unable to find /root/.my.cnf. Exception message: (1045, “Access denied for user ‘root’@‘localhost’ (using password: NO)”)”}
failed: [localhost] (item=edxapp) => {“changed”: false, “item”: “edxapp”, “msg”: “unable to find /root/.my.cnf. Exception message: (1045, “Access denied for user ‘root’@‘localhost’ (using password: NO)”)”}
failed: [localhost] (item=edxapp_csmh) => {“changed”: false, “item”: “edxapp_csmh”, “msg”: “unable to find /root/.my.cnf. Exception message: (1045, “Access denied for user ‘root’@‘localhost’ (using password: NO)”)”}
failed: [localhost] (item=edx_notes_api) => {“changed”: false, “item”: “edx_notes_api”, “msg”: “unable to find /root/.my.cnf. Exception message: (1045, “Access denied for user ‘root’@‘localhost’ (using password: NO)”)”}
failed: [localhost] (item=analytics-api) => {“changed”: false, “item”: “analytics-api”, “msg”: “unable to find /root/.my.cnf. Exception message: (1045, “Access denied for user ‘root’@‘localhost’ (using password: NO)”)”}
failed: [localhost] (item=reports) => {“changed”: false, “item”: “reports”, “msg”: “unable to find /root/.my.cnf. Exception message: (1045, “Access denied for user ‘root’@‘localhost’ (using password: NO)”)”}
failed: [localhost] (item=blockstore) => {“changed”: false, “item”: “blockstore”, “msg”: “unable to find /root/.my.cnf. Exception message: (1045, “Access denied for user ‘root’@‘localhost’ (using password: NO)”)”}
skipping: [localhost] => (item=)
failed: [localhost] (item=discovery) => {“changed”: false, “item”: “discovery”, “msg”: “unable to find /root/.my.cnf. Exception message: (1045, “Access denied for user ‘root’@‘localhost’ (using password: NO)”)”}
skipping: [localhost] => (item=)
skipping: [localhost] => (item=)
to retry, use: --limit @/var/tmp/configuration/playbooks/openedx_native.retry
PLAY RECAP *********************************************************************
localhost : ok=60 changed=13 unreachable=0 failed=1
============================================================
Ansible failed!
Decoded error:
== msg ===========================
non-zero return code
============================================================
Installation failed!
If you need help, see https://open.edx.org/getting-help .
When asking for help, please provide as much information as you can.
These might be helpful:
Your log file is at /home/hadji/logs/install-20200827-201911.log
Your environment:
OPENEDX_RELEASE=open-release/juniper.3
please help me