Hi @ahmed.mahmoud,
I just launched a fresh instance of Bitnami Moodle in Google and run the PHP command
sudo php /opt/bitnami/moodle/admin/cli/mysql_collation.php --collation=utf8mb4_unicode_ci
It finished successfully
...
mdl_workshopform_rubric_config - CONVERTED
layout - NO CHANGE
mdl_workshopform_rubric_levels - CONVERTED
definition - NO CHANGE
Converted: 428, skipped: 1119, errors: 0
and the database information was changed too
MariaDB [(none)]> SELECT default_character_set_name FROM information_schema.SCHEMATA WHERE schema_name = "bitnami_moodle";
+----------------------------+
| default_character_set_name |
+----------------------------+
| utf8mb4 |
+----------------------------+
1 row in set (0.000 sec)
MariaDB [(none)]>
Did you get any error when running the PHP command?