mrpaapi commented on issue #8091:
URL: 
https://github.com/apache/incubator-devlake/issues/8091#issuecomment-2370030025

   I ran this but still no Luck
   
   can you run the following scripts to change collation, then run the 
sonarqube bp again:
   ALTER TABLE _tool_sonarqube_projects CONVERT TO CHARACTER SET utf8mb4 
COLLATE utf8mb4_bin;
   ALTER TABLE _tool_sonarqube_issues CONVERT TO CHARACTER SET utf8mb4 COLLATE 
utf8mb4_bin;
   ALTER TABLE _tool_sonarqube_issue_code_blocks CONVERT TO CHARACTER SET 
utf8mb4 COLLATE utf8mb4_bin;
   ALTER TABLE _tool_sonarqube_hotspots CONVERT TO CHARACTER SET utf8mb4 
COLLATE utf8mb4_bin;
   ALTER TABLE _tool_sonarqube_file_metrics CONVERT TO CHARACTER SET utf8mb4 
COLLATE utf8mb4_bin;
   ALTER TABLE _tool_sonarqube_accounts CONVERT TO CHARACTER SET utf8mb4 
COLLATE utf8mb4_bin;
   ALTER TABLE cq_projects CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
   ALTER TABLE cq_issues CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
   ALTER TABLE cq_issue_code_blocks CONVERT TO CHARACTER SET utf8mb4 COLLATE 
utf8mb4_bin;
   ALTER TABLE cq_file_metrics CONVERT TO CHARACTER SET utf8mb4 COLLATE 
utf8mb4_bin;


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to