This forum is no longer active. Please post your questions to our new community site
Documentation issues
|
|
I downloaded the Ubuntu 10.04 Alfresco 3.3g VM. I am following your documentation here – This file does not exist on the VM I downloaded: /opt/bitnami/updateip This command does not change the password of the database: “sudo /opt/bitnami/mysql/bin/mysqladmin -u root bitnami MyPassword1” bitnami@alfresco:~$ sudo /opt/bitnami/mysql/bin/mysqladmin -u root bitnami MyPassword1 |
|
|
Hi, Is the database running? Try the following:
It is necessary to specify the root password (-p option):
We will update the documentation. When the command request a password you have to write the old password: “bitnami” I hope it helps |
|
|
This is the output status: bitnami@alfresco:/opt/bitnami$ sudo ./ctlscript.sh status From your documentation: sudo /opt/bitnami/mysql/bin/mysqladmin -u root password (I don’t know that much about mysql, so am a little lost there) I tried: sudo /opt/bitnami/mysql/bin/mysqladmin -u root bitnami MyNewPassword |
|
|
Please specify the “-p” option too like I wrote in the previous post. |
|
|
bitnami@linux:~$ cd /opt/bitnami |
|
|
Hi, It is necessary to specify the password without space “-pbitnami” also it is necessary to add a command for mysqldmin tool. I hope it helps. |
|
|
New potential user here. Just began evaluating the LAMP VM & ran into this problem. So just to be clear, you need to enter “sudo mysqladmin -u root -pbitnami password superSecretPassword” (where superSecretPassword is the password you want to use). If you do not include your password on the command line & enter it at the prompt it will error. |
|
|
Right, thanks for posting it. |

