Member since
06-23-2021
1
Post
0
Kudos Received
0
Solutions
08-01-2025
05:56 PM
Hello @Joyful Thank you for reaching out to the Cloudera Community I hope the below has been completed fine https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/installation/topics/cm_ig_mysql.html If possible, can you check whether the entries in /etc/cloudera-scm-server/db.properties are correct? This would be modified by the script only. Also could you please share the syntax that you are using while running the script Double-check the character set as well in the Database CREATE DATABASE <database> DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci; If you find anything wrong, drop the database, re-create it with the privileges, and run the script again Awaiting your response
... View more