So I followed instruction on how to install OwnCloud from DigitalOcean here, https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-owncloud-on-ubuntu-16-04.
Everything went fine, until the last part when I need to create account for the OwnCloud. There is this error.
SQLSTATE[HY000][1045] Access denied for user 'user_test'@'localhost' (using password: yes)
I suspected this is because I input wrong password. However, I can login to 'user_test' using MySQL in console fine (via SSH).
I am using Ubuntu 16.04 from DigitalOcean.
I am new to this kind of stuffs. What kind of information that I need to provide?