Created 03-14-2018 10:39 PM
Hello,
I have configured external database as mysql but I get an error while I try to test the connection which error message as in below;
Unable to connect to database on host 'clouderam' from host 'clouderam' using the credential provid
Can anyone help me on this?
Thank,
Regards,
Created 03-21-2018 08:27 AM
Hi,
I have found the solution. I have used original mysql database for cloudera that is why I had errors. I created anoher database on mysql the I have define the database on db.properties file.
Thank you for your helps.
Regards,
Created 03-15-2018 01:01 AM
This is a MySQL issue.
Have you checked that mysql is running and you are able to connect?
Created 03-15-2018 02:26 AM
Ye it was running.
Created 03-15-2018 03:27 AM
Have you tried using "-h clouderam" in your command?
Permissions (in MySQL) differ whether you are connected as 'user'@'localhost' or 'user'@'clouderam'
By using "-h clouderam" you are connected as 'user'@'clouderam' and you should grant permissions to this user.
Created 03-16-2018 06:45 PM
is you jdbc jars are in right place ?
Created 03-16-2018 08:51 PM
The error message is more of a generic error that is returned if something about the connection to the database fails. You might try checking the Cloudera Manager log for more information and hopefully a stack trace or SQL error.
Created 03-21-2018 08:27 AM
Hi,
I have found the solution. I have used original mysql database for cloudera that is why I had errors. I created anoher database on mysql the I have define the database on db.properties file.
Thank you for your helps.
Regards,
Created 10-24-2018 10:17 PM