Please guide How to change those passwords:
Frappe password:
MariaDB root password:
Administrator password:
Please guide How to change those passwords:
Frappe password:
MariaDB root password:
Administrator password:
HI,
To change âAdministratorâ password
For version-4
For version- 5,6
Then you can login and change the passwords for the other users.
For changing âMariaDB root passwordâ
1.go to mysql ,for that enter command - mysql -u root -p
enter your old password(which is bydefault created at the time installation)
then enter command- update user set password=PASSWORD(âNewpasswordâ)where user=ârootâ;
To change mariaDB root password - Google
Use bench set-admin-password to change Administrator password
Note - Never share your passwords publicly
@bharat
you can login into ERPNext and change admin password.
Frappe Password is linux user password, you can google How to change linx password?
MariaDB is same as MySql, search How to change MariaDB passsword?
I just downloaded the ERPNext VM. I like to now connect to the MySQL within and explore it. What is the root password and/or any other passwords that come with the VM? Thanks!
Try this
Username: root
Password : frappe
And if the above credentials do not work, on startup the VM terminal console lists the default userid and password to ssh into the VM consoleâŚ
To login to MySql as root, you may want to simply reset the password to what you choose - I find that is best since I have never found out what the original password isâŚ
I forgot the database password . How can i change the password ?