This forum is no longer active. Please post your questions to our new community site
MySQL password problems
|
|
I’ve never used bitnami and I just installed the django stack on amazon EC2 for the first time. Its great that the mysql and django apps are already setup. The Problem is there seem to be defualt passwords set and I can’t figure them out. I have no idea where they are defined. Is this documented somewhere? What are the default passwords? and where are they defined? root@ip-10-204-XX-XXX:/opt/bitnami/mysql# mysqladmin -u root password myPassword /opt/bitnami/mysql/bin/mysqladmin.bin: connect to server at ‘localhost’ failed root@ip-10-204-27-231:/opt/bitnami/mysql# |
|
|
Hi, The default password is “bitnami”:
You can change the password using the following command:
You can find more info at http://bitnami.com/faq/virtual_machines |

