I have attempted to install a mysql powered dating app known as Youdate (https://youdate.website/demo) on my test server after setting up an empty database. I added an admin account using the MySql wizard on my server's cpanel. However, when I try to access the database through SSH I am presented with the following error:
mysql -u testadmin -p ****
ERROR 1045 (28000): Access denied for user 'testadmin'@'localhost' (using password: YES)
I have changed the password using the cpanel and phpmyadmin to no avail.
Does anyone know where I am going wrong? Thanks