Error in Easy Install - v10.1.13

There is an error while installing the new site in the current version of ERPNext Production v10.1.13 in Ubuntu 14.04.

Welcome rk_root

The task list (code here) fails to display your ‘mysql_root_password’ but instead lists gibberish.

The password you entered you should find here
frappe@ubuntu:~/frappe-bench$ grep ‘mysql’ /tmp/extra_vars.json
“mysql_root_password”: “somepasswordyouentered”,

Can you login in to mysql with that password? For example

frappe@erpnext:~/frappe-bench$ mysql -u root -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 16025
Server version: 10.0.33-MariaDB-1~trusty mariadb.org binary distribution

Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.

Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.

MariaDB [(none)]>

1 Like