Hello, I am going through the SAP HANA Academy online for the HANA Recommends project, and just getting my HANA instance setup and running through AWS.
In this video: http://youtu.be/P0U-XSnSd1Y
There is a point where the author is showing how to change the password for hdbsql. In order to do this, I need to log into hdbsql first using the default password, and then change it. Unfortunately, I keep getting an error saying that the username or password is incorrect (*10: invalid username or password: SQLSTATE: 28000).
Here are the commands I'm entering into PUTTY:
hdbsql => \c -i 00 -n localhost:30015 -u SYSTEM -p manager
Is the default password different?