You are not logged in.
Dear,
we are using Bitnami ReportServer stack 3.1.0. We would like to upgrade the complete stack to latest version.
Can you provide us with upgrade instructions?
Kind regards, Nikolaj.
Offline
Hi nikolajoder,
we are looking into this and will let you know when we have more information.
Regards,
Eduardo
Offline
Thank you for update.
Offline
Thank you for update.
Dear nikolajoder,
here we got a blog entry that will solve your problem regarding the upgrade of the bitnami stack.
Please click on this blog entry.
Regards,
Mario
Offline
Thank you for detailed instructions.
Kind regards, Nikolaj.
Offline
Dear,
we tried the upgrade procedure, we are stuck with db export. We get the following error:
D:\Bitnami\reportserver-3.1.0.6016-0\mariadb\bin>mysqldump -ubn_reportserver -pxxxxxx
bitnami_reportserver > d:\install\report_server_dump_20220110.dmp
mysqldump: Error: 'Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf
8mb4_general_ci,COERCIBLE) for operation '='' when trying to dump tablespaces
mysqldump: Couldn't execute 'SELECT table_name FROM INFORMATION_SCHEMA.TABLES WH
ERE table_schema = DATABASE() AND table_name = 'á'': Illegal mix of collations (
utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '=' (
1267)
Offline
Hi nikolajoder,
"AND table_name = 'á''" ? this is very strange. Can you pls check in your tables if you have some such table?
can you pls also post the result of this:
SELECT table_name FROM INFORMATION_SCHEMA.TABLES
you can create a dynamic list and look at the results. Do you have something similar as 'á' ?
Regards,
Eduardo
Offline
MariaDB [bitnami_reportserver]> select table_name, table_collation FROM INFORMAT
ION_SCHEMA.TABLES
-> ;
+----------------------------------------------------+-------------------+
| table_name | table_collation |
+----------------------------------------------------+-------------------+
| ALL_PLUGINS | utf8_general_ci |
| APPLICABLE_ROLES | utf8_general_ci |
| CHARACTER_SETS | utf8_general_ci |
| CHECK_CONSTRAINTS | utf8_general_ci |
| COLLATIONS | utf8_general_ci |
| COLLATION_CHARACTER_SET_APPLICABILITY | utf8_general_ci |
| COLUMNS | utf8_general_ci |
| COLUMN_PRIVILEGES | utf8_general_ci |
| ENABLED_ROLES | utf8_general_ci |
| ENGINES | utf8_general_ci |
| EVENTS | utf8_general_ci |
| FILES | utf8_general_ci |
| GLOBAL_STATUS | utf8_general_ci |
| GLOBAL_VARIABLES | utf8_general_ci |
| KEY_CACHES | utf8_general_ci |
| KEY_COLUMN_USAGE | utf8_general_ci |
| PARAMETERS | utf8_general_ci |
| PARTITIONS | utf8_general_ci |
| PLUGINS | utf8_general_ci |
| PROCESSLIST | utf8_general_ci |
| PROFILING | utf8_general_ci |
| REFERENTIAL_CONSTRAINTS | utf8_general_ci |
| ROUTINES | utf8_general_ci |
| SCHEMATA | utf8_general_ci |
| SCHEMA_PRIVILEGES | utf8_general_ci |
| SESSION_STATUS | utf8_general_ci |
| SESSION_VARIABLES | utf8_general_ci |
| STATISTICS | utf8_general_ci |
| SYSTEM_VARIABLES | utf8_general_ci |
| TABLES | utf8_general_ci |
| TABLESPACES | utf8_general_ci |
| TABLE_CONSTRAINTS | utf8_general_ci |
| TABLE_PRIVILEGES | utf8_general_ci |
| TRIGGERS | utf8_general_ci |
| USER_PRIVILEGES | utf8_general_ci |
| VIEWS | utf8_general_ci |
| GEOMETRY_COLUMNS | utf8_general_ci |
| SPATIAL_REF_SYS | utf8_general_ci |
| CLIENT_STATISTICS | utf8_general_ci |
| INDEX_STATISTICS | utf8_general_ci |
| INNODB_SYS_DATAFILES | utf8_general_ci |
| USER_STATISTICS | utf8_general_ci |
| INNODB_SYS_TABLESTATS | utf8_general_ci |
| INNODB_LOCKS | utf8_general_ci |
| INNODB_MUTEXES | utf8_general_ci |
| INNODB_CMPMEM | utf8_general_ci |
| INNODB_CMP_PER_INDEX | utf8_general_ci |
| INNODB_CMP | utf8_general_ci |
| INNODB_FT_DELETED | utf8_general_ci |
| INNODB_CMP_RESET | utf8_general_ci |
| INNODB_LOCK_WAITS | utf8_general_ci |
| TABLE_STATISTICS | utf8_general_ci |
| INNODB_TABLESPACES_ENCRYPTION | utf8_general_ci |
| INNODB_BUFFER_PAGE_LRU | utf8_general_ci |
| INNODB_SYS_FIELDS | utf8_general_ci |
| INNODB_CMPMEM_RESET | utf8_general_ci |
| INNODB_SYS_COLUMNS | utf8_general_ci |
| INNODB_FT_INDEX_TABLE | utf8_general_ci |
| INNODB_CMP_PER_INDEX_RESET | utf8_general_ci |
| user_variables | utf8_general_ci |
| INNODB_FT_INDEX_CACHE | utf8_general_ci |
| INNODB_SYS_FOREIGN_COLS | utf8_general_ci |
| INNODB_FT_BEING_DELETED | utf8_general_ci |
| INNODB_BUFFER_POOL_STATS | utf8_general_ci |
| INNODB_TRX | utf8_general_ci |
| INNODB_SYS_FOREIGN | utf8_general_ci |
| INNODB_SYS_TABLES | utf8_general_ci |
| INNODB_FT_DEFAULT_STOPWORD | utf8_general_ci |
| INNODB_FT_CONFIG | utf8_general_ci |
| INNODB_BUFFER_PAGE | utf8_general_ci |
| INNODB_SYS_TABLESPACES | utf8_general_ci |
| INNODB_METRICS | utf8_general_ci |
| INNODB_SYS_INDEXES | utf8_general_ci |
| INNODB_SYS_VIRTUAL | utf8_general_ci |
| INNODB_TABLESPACES_SCRUBBING | utf8_general_ci |
| INNODB_SYS_SEMAPHORE_WAITS | utf8_general_ci |
| rs_ace | utf8_bin |
| rs_ace_2_access_maps | utf8_bin |
| rs_ace_2_access_maps_a | utf8_bin |
| rs_ace_a | utf8_bin |
| rs_ace_access_map | utf8_bin |
| rs_ace_access_map_a | utf8_bin |
| rs_acl | utf8_bin |
| rs_acl_a | utf8_bin |
| rs_add_column_spec | utf8_bin |
| rs_add_column_spec_a | utf8_bin |
| rs_audit_log_entry | utf8_bin |
| rs_audit_log_property | utf8_bin |
| rs_binary_column_filter | utf8_bin |
| rs_binary_column_filter_a | utf8_bin |
| rs_birt_report | utf8_bin |
| rs_birt_report_a | utf8_bin |
| rs_birt_report_datasrc | utf8_bin |
| rs_birt_report_datasrc_a | utf8_bin |
| rs_birt_report_datasrc_cfg | utf8_bin |
| rs_birt_report_datasrc_cfg_a | utf8_bin |
| rs_birt_report_file | utf8_bin |
| rs_birt_report_file_a | utf8_bin |
| rs_birt_report_variant | utf8_bin |
| rs_birt_report_variant_a | utf8_bin |
| rs_blatext_param_def | utf8_bin |
| rs_blatext_param_def_a | utf8_bin |
| rs_blatext_param_inst | utf8_bin |
| rs_blatext_param_inst_a | utf8_bin |
| rs_column | utf8_bin |
| rs_column_a | utf8_bin |
| rs_column_filter | utf8_bin |
| rs_column_filter_a | utf8_bin |
| rs_column_format | utf8_bin |
| rs_column_format_a | utf8_bin |
| rs_column_format_currency | utf8_bin |
| rs_column_format_currency_a | utf8_bin |
| rs_column_format_date | utf8_bin |
| rs_column_format_date_a | utf8_bin |
| rs_column_format_number | utf8_bin |
| rs_column_format_number_a | utf8_bin |
| rs_column_format_template | utf8_bin |
| rs_column_format_template_a | utf8_bin |
| rs_column_format_text | utf8_bin |
| rs_column_format_text_a | utf8_bin |
| rs_column_reference | utf8_bin |
| rs_column_reference_a | utf8_bin |
| rs_compiled_report | utf8_bin |
| rs_computed_column | utf8_bin |
| rs_computed_column_a | utf8_bin |
| rs_condition | utf8_bin |
| rs_crystal_report | utf8_bin |
| rs_crystal_report_a | utf8_bin |
| rs_crystal_report_file | utf8_bin |
| rs_crystal_report_file_a | utf8_bin |
| rs_crystal_report_variant | utf8_bin |
| rs_crystal_report_variant_a | utf8_bin |
| rs_csv_datasource | utf8_bin |
| rs_csv_datasource_a | utf8_bin |
| rs_csv_datasource_conf | utf8_bin |
| rs_csv_datasource_conf_a | utf8_bin |
| rs_dadget | utf8_bin |
| rs_dadget_a | utf8_bin |
| rs_dadget_favorite_list | utf8_bin |
| rs_dadget_library | utf8_bin |
| rs_dadget_parameter | utf8_bin |
| rs_dadget_report | utf8_bin |
| rs_dadget_report_2_param_inst | utf8_bin |
| rs_dadget_static_html | utf8_bin |
| rs_dadget_url | utf8_bin |
| rs_dashboard | utf8_bin |
| rs_dashboard_2_dadget | utf8_bin |
| rs_dashboard_2_dadget_a | utf8_bin |
| rs_dashboard_a | utf8_bin |
| rs_dashboard_container | utf8_bin |
| rs_dashboard_container_a | utf8_bin |
| rs_dashboard_cont_2_dashbrd | utf8_bin |
| rs_dashboard_cont_2_dashbrd_a | utf8_bin |
| rs_dashboard_dadget_node | utf8_bin |
| rs_dashboard_dadget_node_a | utf8_bin |
| rs_dashboard_dashboard_node | utf8_bin |
| rs_dashboard_dashboard_node_a | utf8_bin |
| rs_dashboard_folder | utf8_bin |
| rs_dashboard_folder_a | utf8_bin |
| rs_dashboard_mngr_node | utf8_bin |
| rs_dashboard_mngr_node_a | utf8_bin |
| rs_dashboard_reference | utf8_bin |
| rs_dashboard_reference_a | utf8_bin |
| rs_dashboard_user | utf8_bin |
| rs_dashboard_user_a | utf8_bin |
| rs_database_bundle_entry | utf8_bin |
| rs_database_bundle_entry_a | utf8_bin |
| rs_database_datasource | utf8_bin |
| rs_database_datasource_a | utf8_bin |
| rs_database_datasource_conf | utf8_bin |
| rs_database_datasource_conf_a | utf8_bin |
| rs_datasink_container | utf8_bin |
| rs_datasink_container_a | utf8_bin |
| rs_datasink_definition | utf8_bin |
| rs_datasink_definition_a | utf8_bin |
| rs_datasink_folder | utf8_bin |
| rs_datasink_folder_a | utf8_bin |
| rs_datasink_mngr_node | utf8_bin |
| rs_datasink_mngr_node_a | utf8_bin |
| rs_datasource_connector | utf8_bin |
| rs_datasource_connector_a | utf8_bin |
| rs_datasource_connector_cfg | utf8_bin |
| rs_datasource_connector_cfg_a | utf8_bin |
| rs_datasource_container | utf8_bin |
| rs_datasource_container_a | utf8_bin |
| rs_datasource_definition | utf8_bin |
| rs_datasource_definition_a | utf8_bin |
| rs_datasource_def_config | utf8_bin |
| rs_datasource_def_config_a | utf8_bin |
| rs_datasource_fbcfg_2_dscc | utf8_bin |
| rs_datasource_folder | utf8_bin |
| rs_datasource_folder_a | utf8_bin |
| rs_datasource_mngr_node | utf8_bin |
| rs_datasource_mngr_node_a | utf8_bin |
| rs_datasource_parameter_data | utf8_bin |
| rs_datasource_parameter_data_a | utf8_bin |
| rs_datasource_param_def | utf8_bin |
| rs_datasource_param_def_a | utf8_bin |
| rs_datasource_param_inst | utf8_bin |
| rs_datasource_param_inst_a | utf8_bin |
| rs_datasource_p_df_2_ml_def | utf8_bin |
| rs_datasource_p_df_2_ml_def_a | utf8_bin |
| rs_datasource_p_ins_2_ml_val | utf8_bin |
| rs_datasource_p_ins_2_ml_val_a | utf8_bin |
| rs_datetime_param_def | utf8_bin |
| rs_datetime_param_def_a | utf8_bin |
| rs_datetime_param_inst | utf8_bin |
| rs_datetime_param_inst_a | utf8_bin |
| rs_date_trigger_config | utf8_bin |
| rs_db_bundle_2_entry | utf8_bin |
| rs_db_bundle_2_entry_a | utf8_bin |
| rs_db_bundle_datasource | utf8_bin |
| rs_db_bundle_datasource_a | utf8_bin |
| rs_exec_report_as_file_ref | utf8_bin |
| rs_exec_report_as_file_ref_a | utf8_bin |
| rs_favorite_list | utf8_bin |
| rs_favorite_list_2_entry | utf8_bin |
| rs_favorite_list_entry | utf8_bin |
| rs_filesel_param_def | utf8_bin |
| rs_filesel_param_def_a | utf8_bin |
| rs_filesel_param_inst | utf8_bin |
| rs_filesel_param_inst_a | utf8_bin |
| rs_filesel_param_in_2_file | utf8_bin |
| rs_filesel_param_in_2_file_a | utf8_bin |
| rs_filesel_param_sel_file | utf8_bin |
| rs_filesel_param_sel_file_a | utf8_bin |
| rs_filesel_param_up_file | utf8_bin |
| rs_filesel_param_up_file_a | utf8_bin |
| rs_file_server_file | utf8_bin |
| rs_file_server_file_a | utf8_bin |
| rs_file_server_file_data | utf8_bin |
| rs_file_server_file_data_a | utf8_bin |
| rs_file_server_folder | utf8_bin |
| rs_file_server_folder_a | utf8_bin |
| rs_file_server_node | utf8_bin |
| rs_file_server_node_a | utf8_bin |
| rs_filter | utf8_bin |
| rs_filter_2_exclude_val | utf8_bin |
| rs_filter_2_exclude_val_a | utf8_bin |
| rs_filter_2_filter_rng_exc | utf8_bin |
| rs_filter_2_filter_rng_exc_a | utf8_bin |
| rs_filter_2_filter_rng_inc | utf8_bin |
| rs_filter_2_filter_rng_inc_a | utf8_bin |
| rs_filter_2_include_val | utf8_bin |
| rs_filter_2_include_val_a | utf8_bin |
| rs_filter_a | utf8_bin |
| rs_filter_block | utf8_bin |
| rs_filter_block_2_child_bl | utf8_bin |
| rs_filter_block_2_child_bl_a | utf8_bin |
| rs_filter_block_2_filters | utf8_bin |
| rs_filter_block_2_filters_a | utf8_bin |
| rs_filter_block_a | utf8_bin |
| rs_filter_range | utf8_bin |
| rs_filter_range_a | utf8_bin |
| rs_filter_spec | utf8_bin |
| rs_filter_spec_a | utf8_bin |
| rs_ftps_datasink | utf8_bin |
| rs_ftps_datasink_a | utf8_bin |
| rs_ftp_datasink | utf8_bin |
| rs_ftp_datasink_a | utf8_bin |
| rs_gen_security_tgt_entity | utf8_bin |
| rs_gen_security_tgt_entity_a | utf8_bin |
| rs_global_constant | utf8_bin |
| rs_global_constant_a | utf8_bin |
| rs_grid_edt_report | utf8_bin |
| rs_grid_edt_report_a | utf8_bin |
| rs_grid_edt_report_variant | utf8_bin |
| rs_grid_edt_report_variant_a | utf8_bin |
| rs_group | utf8_bin |
| rs_group_2_group | utf8_bin |
| rs_group_2_group_a | utf8_bin |
| rs_group_2_ou | utf8_bin |
| rs_group_2_ou_a | utf8_bin |
| rs_group_2_user | utf8_bin |
| rs_group_2_user_a | utf8_bin |
| rs_group_a | utf8_bin |
| rs_headline_param_def | utf8_bin |
| rs_headline_param_def_a | utf8_bin |
| rs_headline_param_inst | utf8_bin |
| rs_headline_param_inst_a | utf8_bin |
| rs_hibernate_sequence | utf8_bin |
| rs_hierarchical_ace | utf8_bin |
| rs_hierarchical_ace_a | utf8_bin |
| rs_hierarchical_acl | utf8_bin |
| rs_hierarchical_acl_a | utf8_bin |
| rs_jasper_report | utf8_bin |
| rs_jasper_report_2_sub_jrxml | utf8_bin |
| rs_jasper_report_2_sub_jrxml_a | utf8_bin |
| rs_jasper_report_a | utf8_bin |
| rs_jasper_report_jrxml | utf8_bin |
| rs_jasper_report_jrxml_a | utf8_bin |
| rs_jasper_report_variant | utf8_bin |
| rs_jasper_report_variant_a | utf8_bin |
| rs_jasper_to_table_config | utf8_bin |
| rs_jasper_to_table_config_a | utf8_bin |
| rs_jxls_report | utf8_bin |
| rs_jxls_report_a | utf8_bin |
| rs_jxls_report_file | utf8_bin |
| rs_jxls_report_file_a | utf8_bin |
| rs_jxls_report_variant | utf8_bin |
| rs_jxls_report_variant_a | utf8_bin |
| rs_list_uservariable_def | utf8_bin |
| rs_list_uservariable_def_a | utf8_bin |
| rs_list_uservariable_inst | utf8_bin |
| rs_list_uservariable_inst_a | utf8_bin |
| rs_list_uservariable_inst_vl | utf8_bin |
| rs_list_uservariable_inst_vl_a | utf8_bin |
| rs_localfilesystem_datasink | utf8_bin |
| rs_localfilesystem_datasink_a | utf8_bin |
| rs_mondrian_datasource | utf8_bin |
| rs_mondrian_datasource_a | utf8_bin |
| rs_mondrian_datasource_cfg | utf8_bin |
| rs_mondrian_datasource_cfg_a | utf8_bin |
| rs_organisational_unit | utf8_bin |
| rs_organisational_unit_a | utf8_bin |
| rs_parameter_definition | utf8_bin |
| rs_parameter_definition_a | utf8_bin |
| rs_parameter_instance | utf8_bin |
| rs_parameter_instance_a | utf8_bin |
| rs_param_def_2_dependants | utf8_bin |
| rs_param_def_2_dependants_a | utf8_bin |
| rs_pre_filter | utf8_bin |
| rs_pre_filter_a | utf8_bin |
| rs_property | utf8_bin |
| rs_report | utf8_bin |
| rs_report_2_metadata | utf8_bin |
| rs_report_2_metadata_a | utf8_bin |
| rs_report_2_param_def | utf8_bin |
| rs_report_2_param_def_a | utf8_bin |
| rs_report_2_param_inst | utf8_bin |
| rs_report_2_param_inst_a | utf8_bin |
| rs_report_2_property | utf8_bin |
| rs_report_2_property_a | utf8_bin |
| rs_report_a | utf8_bin |
| rs_report_byte_property | utf8_bin |
| rs_report_byte_property_a | utf8_bin |
| rs_report_folder | utf8_bin |
| rs_report_folder_a | utf8_bin |
| rs_report_metadata | utf8_bin |
| rs_report_metadata_a | utf8_bin |
| rs_report_mngr_node | utf8_bin |
| rs_report_mngr_node_a | utf8_bin |
| rs_report_preview_image | utf8_bin |
| rs_report_preview_image_a | utf8_bin |
| rs_report_property | utf8_bin |
| rs_report_property_a | utf8_bin |
| rs_report_ss_string_property | utf8_bin |
| rs_report_ss_string_property_a | utf8_bin |
| rs_report_string_property | utf8_bin |
| rs_report_string_property_a | utf8_bin |
| rs_revision | utf8_bin |
| rs_saiku_report | utf8_bin |
| rs_saiku_report_a | utf8_bin |
| rs_saiku_report_variant | utf8_bin |
| rs_saiku_report_variant_a | utf8_bin |
| rs_samba_datasink | utf8_bin |
| rs_samba_datasink_a | utf8_bin |
| rs_scheduler_job_history | utf8_bin |
| rs_sched_action | utf8_bin |
| rs_sched_action_as_file | utf8_bin |
| rs_sched_action_as_ftps_file | utf8_bin |
| rs_sched_action_as_ftp_file | utf8_bin |
| rs_sched_action_as_local_file_system | utf8_bin |
| rs_sched_action_as_samba_file | utf8_bin |
| rs_sched_action_as_scp_file | utf8_bin |
| rs_sched_action_as_sftp_file | utf8_bin |
| rs_sched_action_ent_2_prop | utf8_bin |
| rs_sched_action_mail_report | utf8_bin |
| rs_sched_action_send_to | utf8_bin |
| rs_sched_action_send_to_v | utf8_bin |
| rs_sched_base_property | utf8_bin |
| rs_sched_execute_report_job | utf8_bin |
| rs_sched_execute_script_job | utf8_bin |
| rs_sched_hist_action_entry | utf8_bin |
| rs_sched_hist_entry_property | utf8_bin |
| rs_sched_hist_exec_entry | utf8_bin |
| rs_sched_hist_job_entry | utf8_bin |
| rs_sched_job | utf8_bin |
| rs_sched_job_2_actions | utf8_bin |
| rs_sched_job_2_owner | utf8_bin |
| rs_sched_job_ent_2_prop | utf8_bin |
| rs_sched_rep_exec_job_2_prop | utf8_bin |
| rs_sched_rep_exec_job_2_rcpt | utf8_bin |
| rs_sched_scr_exe_job_2_prop | utf8_bin |
| rs_sched_trigger | utf8_bin |
| rs_sched_trig_daily_nthday | utf8_bin |
| rs_sched_trig_daily_workday | utf8_bin |
| rs_sched_trig_date | utf8_bin |
| rs_sched_trig_month_named_day | utf8_bin |
| rs_sched_trig_mon_day_o_mon | utf8_bin |
| rs_sched_trig_weekly | utf8_bin |
| rs_sched_trig_yearly_at_date | utf8_bin |
| rs_sched_trig_year_named_day | utf8_bin |
| rs_schemainfo | utf8_bin |
| rs_scp_datasink | utf8_bin |
| rs_scp_datasink_a | utf8_bin |
| rs_script_datasource | utf8_bin |
| rs_script_datasource_a | utf8_bin |
| rs_script_datasource_config | utf8_bin |
| rs_script_datasource_config_a | utf8_bin |
| rs_script_param_def | utf8_bin |
| rs_script_param_def_a | utf8_bin |
| rs_script_param_inst | utf8_bin |
| rs_script_param_inst_a | utf8_bin |
| rs_script_report | utf8_bin |
| rs_script_report_2_ex_format | utf8_bin |
| rs_script_report_2_ex_format_a | utf8_bin |
| rs_script_report_a | utf8_bin |
| rs_script_report_variant | utf8_bin |
| rs_script_report_variant_a | utf8_bin |
| rs_sep_param_def | utf8_bin |
| rs_sep_param_def_a | utf8_bin |
| rs_sep_param_inst | utf8_bin |
| rs_sep_param_inst_a | utf8_bin |
| rs_sftp_datasink | utf8_bin |
| rs_sftp_datasink_a | utf8_bin |
| rs_str_uservariable_def | utf8_bin |
| rs_str_uservariable_def_a | utf8_bin |
| rs_str_uservariable_inst | utf8_bin |
| rs_str_uservariable_inst_a | utf8_bin |
| rs_table_report | utf8_bin |
| rs_table_report_2_add_column | utf8_bin |
| rs_table_report_2_add_column_a | utf8_bin |
| rs_table_report_2_column | utf8_bin |
| rs_table_report_2_column_a | utf8_bin |
| rs_table_report_a | utf8_bin |
| rs_table_report_byte_tpl | utf8_bin |
| rs_table_report_byte_tpl_a | utf8_bin |
| rs_table_report_str_template | utf8_bin |
| rs_table_report_str_template_a | utf8_bin |
| rs_table_report_template | utf8_bin |
| rs_table_report_template_a | utf8_bin |
| rs_table_report_template_lst | utf8_bin |
| rs_table_report_template_lst_a | utf8_bin |
| rs_table_report_variant | utf8_bin |
| rs_table_report_variant_a | utf8_bin |
| rs_tab_rep_tpl_lst_2_tpl | utf8_bin |
| rs_tab_rep_tpl_lst_2_tpl_a | utf8_bin |
| rs_teamspace | utf8_bin |
| rs_teamspace_2_app | utf8_bin |
| rs_teamspace_2_app_a | utf8_bin |
| rs_teamspace_a | utf8_bin |
| rs_teamspace_app | utf8_bin |
| rs_teamspace_app_2_property | utf8_bin |
| rs_teamspace_app_2_property_a | utf8_bin |
| rs_teamspace_app_a | utf8_bin |
| rs_teamspace_app_property | utf8_bin |
| rs_teamspace_app_property_a | utf8_bin |
| rs_teamspace_member | utf8_bin |
| rs_teamspace_member_a | utf8_bin |
| rs_text_param_def | utf8_bin |
| rs_text_param_def_a | utf8_bin |
| rs_text_param_inst | utf8_bin |
| rs_text_param_inst_a | utf8_bin |
| rs_ts_disk_folder | utf8_bin |
| rs_ts_disk_folder_a | utf8_bin |
| rs_ts_disk_general_reference | utf8_bin |
| rs_ts_disk_general_reference_a | utf8_bin |
| rs_ts_disk_node | utf8_bin |
| rs_ts_disk_node_a | utf8_bin |
| rs_ts_disk_report_reference | utf8_bin |
| rs_ts_disk_report_reference_a | utf8_bin |
| rs_ts_disk_root | utf8_bin |
| rs_ts_disk_root_a | utf8_bin |
| rs_user | utf8_bin |
| rs_usermanager_node | utf8_bin |
| rs_usermanager_node_a | utf8_bin |
| rs_uservar_def | utf8_bin |
| rs_uservar_def_a | utf8_bin |
| rs_uservar_inst | utf8_bin |
| rs_uservar_inst_a | utf8_bin |
| rs_uservar_param_def | utf8_bin |
| rs_uservar_param_def_a | utf8_bin |
| rs_uservar_param_inst | utf8_bin |
| rs_uservar_param_inst_a | utf8_bin |
| rs_user_2_property | utf8_bin |
| rs_user_2_property_a | utf8_bin |
| rs_user_a | utf8_bin |
| rs_user_property | utf8_bin |
| rs_user_property_a | utf8_bin |
| rs_weekly_config_2_days | utf8_bin |
| columns_priv | utf8_bin |
| column_stats | utf8_bin |
| db | utf8_bin |
| event | utf8_general_ci |
| func | utf8_bin |
| general_log | utf8_general_ci |
| gtid_slave_pos | latin1_swedish_ci |
| help_category | utf8_general_ci |
| help_keyword | utf8_general_ci |
| help_relation | utf8_general_ci |
| help_topic | utf8_general_ci |
| host | utf8_bin |
| index_stats | utf8_bin |
| innodb_index_stats | utf8_bin |
| innodb_table_stats | utf8_bin |
| plugin | utf8_general_ci |
| proc | utf8_general_ci |
| procs_priv | utf8_bin |
| proxies_priv | utf8_bin |
| roles_mapping | utf8_bin |
| servers | utf8_general_ci |
| slow_log | utf8_general_ci |
| tables_priv | utf8_bin |
| table_stats | utf8_bin |
| time_zone | utf8_general_ci |
| time_zone_leap_second | utf8_general_ci |
| time_zone_name | utf8_general_ci |
| time_zone_transition | utf8_general_ci |
| time_zone_transition_type | utf8_general_ci |
| transaction_registry | utf8_bin |
| user | utf8_bin |
| cond_instances | utf8_general_ci |
| events_waits_current | utf8_general_ci |
| events_waits_history | utf8_general_ci |
| events_waits_history_long | utf8_general_ci |
| events_waits_summary_by_host_by_event_name | utf8_general_ci |
| events_waits_summary_by_instance | utf8_general_ci |
| events_waits_summary_by_thread_by_event_name | utf8_general_ci |
| events_waits_summary_by_user_by_event_name | utf8_general_ci |
| events_waits_summary_by_account_by_event_name | utf8_general_ci |
| events_waits_summary_global_by_event_name | utf8_general_ci |
| file_instances | utf8_general_ci |
| file_summary_by_event_name | utf8_general_ci |
| file_summary_by_instance | utf8_general_ci |
| host_cache | utf8_general_ci |
| mutex_instances | utf8_general_ci |
| objects_summary_global_by_type | utf8_general_ci |
| performance_timers | utf8_general_ci |
| rwlock_instances | utf8_general_ci |
| setup_actors | utf8_general_ci |
| setup_consumers | utf8_general_ci |
| setup_instruments | utf8_general_ci |
| setup_objects | utf8_general_ci |
| setup_timers | utf8_general_ci |
| table_io_waits_summary_by_index_usage | utf8_general_ci |
| table_io_waits_summary_by_table | utf8_general_ci |
| table_lock_waits_summary_by_table | utf8_general_ci |
| threads | utf8_general_ci |
| events_stages_current | utf8_general_ci |
| events_stages_history | utf8_general_ci |
| events_stages_history_long | utf8_general_ci |
| events_stages_summary_by_thread_by_event_name | utf8_general_ci |
| events_stages_summary_by_account_by_event_name | utf8_general_ci |
| events_stages_summary_by_user_by_event_name | utf8_general_ci |
| events_stages_summary_by_host_by_event_name | utf8_general_ci |
| events_stages_summary_global_by_event_name | utf8_general_ci |
| events_statements_current | utf8_general_ci |
| events_statements_history | utf8_general_ci |
| events_statements_history_long | utf8_general_ci |
| events_statements_summary_by_thread_by_event_name | utf8_general_ci |
| events_statements_summary_by_account_by_event_name | utf8_general_ci |
| events_statements_summary_by_user_by_event_name | utf8_general_ci |
| events_statements_summary_by_host_by_event_name | utf8_general_ci |
| events_statements_summary_global_by_event_name | utf8_general_ci |
| events_statements_summary_by_digest | utf8_general_ci |
| users | utf8_general_ci |
| accounts | utf8_general_ci |
| hosts | utf8_general_ci |
| socket_instances | utf8_general_ci |
| socket_summary_by_instance | utf8_general_ci |
| socket_summary_by_event_name | utf8_general_ci |
| session_connect_attrs | utf8_bin |
| session_account_connect_attrs | utf8_bin |
+----------------------------------------------------+-------------------+
564 rows in set (0.154 sec)
Offline
Hi nikolajoder,
thanks, we will compare this with our results. Can you pls sort them for easy comparison?
select table_name, table_collation FROM INFORMATION_SCHEMA.TABLES order by table_name
and post the results here again?
Regards,
Eduardo
Offline
MariaDB [bitnami_reportserver]> select table_name, table_collation FROM INFORMAT
ION_SCHEMA.TABLES order by table_name;
+----------------------------------------------------+-------------------+
| table_name | table_collation |
+----------------------------------------------------+-------------------+
| accounts | utf8_general_ci |
| ALL_PLUGINS | utf8_general_ci |
| APPLICABLE_ROLES | utf8_general_ci |
| CHARACTER_SETS | utf8_general_ci |
| CHECK_CONSTRAINTS | utf8_general_ci |
| CLIENT_STATISTICS | utf8_general_ci |
| COLLATIONS | utf8_general_ci |
| COLLATION_CHARACTER_SET_APPLICABILITY | utf8_general_ci |
| COLUMNS | utf8_general_ci |
| columns_priv | utf8_bin |
| COLUMN_PRIVILEGES | utf8_general_ci |
| column_stats | utf8_bin |
| cond_instances | utf8_general_ci |
| db | utf8_bin |
| ENABLED_ROLES | utf8_general_ci |
| ENGINES | utf8_general_ci |
| event | utf8_general_ci |
| EVENTS | utf8_general_ci |
| events_stages_current | utf8_general_ci |
| events_stages_history | utf8_general_ci |
| events_stages_history_long | utf8_general_ci |
| events_stages_summary_by_account_by_event_name | utf8_general_ci |
| events_stages_summary_by_host_by_event_name | utf8_general_ci |
| events_stages_summary_by_thread_by_event_name | utf8_general_ci |
| events_stages_summary_by_user_by_event_name | utf8_general_ci |
| events_stages_summary_global_by_event_name | utf8_general_ci |
| events_statements_current | utf8_general_ci |
| events_statements_history | utf8_general_ci |
| events_statements_history_long | utf8_general_ci |
| events_statements_summary_by_account_by_event_name | utf8_general_ci |
| events_statements_summary_by_digest | utf8_general_ci |
| events_statements_summary_by_host_by_event_name | utf8_general_ci |
| events_statements_summary_by_thread_by_event_name | utf8_general_ci |
| events_statements_summary_by_user_by_event_name | utf8_general_ci |
| events_statements_summary_global_by_event_name | utf8_general_ci |
| events_waits_current | utf8_general_ci |
| events_waits_history | utf8_general_ci |
| events_waits_history_long | utf8_general_ci |
| events_waits_summary_by_account_by_event_name | utf8_general_ci |
| events_waits_summary_by_host_by_event_name | utf8_general_ci |
| events_waits_summary_by_instance | utf8_general_ci |
| events_waits_summary_by_thread_by_event_name | utf8_general_ci |
| events_waits_summary_by_user_by_event_name | utf8_general_ci |
| events_waits_summary_global_by_event_name | utf8_general_ci |
| FILES | utf8_general_ci |
| file_instances | utf8_general_ci |
| file_summary_by_event_name | utf8_general_ci |
| file_summary_by_instance | utf8_general_ci |
| func | utf8_bin |
| general_log | utf8_general_ci |
| GEOMETRY_COLUMNS | utf8_general_ci |
| GLOBAL_STATUS | utf8_general_ci |
| GLOBAL_VARIABLES | utf8_general_ci |
| gtid_slave_pos | latin1_swedish_ci |
| help_category | utf8_general_ci |
| help_keyword | utf8_general_ci |
| help_relation | utf8_general_ci |
| help_topic | utf8_general_ci |
| host | utf8_bin |
| hosts | utf8_general_ci |
| host_cache | utf8_general_ci |
| INDEX_STATISTICS | utf8_general_ci |
| index_stats | utf8_bin |
| INNODB_BUFFER_PAGE | utf8_general_ci |
| INNODB_BUFFER_PAGE_LRU | utf8_general_ci |
| INNODB_BUFFER_POOL_STATS | utf8_general_ci |
| INNODB_CMP | utf8_general_ci |
| INNODB_CMPMEM | utf8_general_ci |
| INNODB_CMPMEM_RESET | utf8_general_ci |
| INNODB_CMP_PER_INDEX | utf8_general_ci |
| INNODB_CMP_PER_INDEX_RESET | utf8_general_ci |
| INNODB_CMP_RESET | utf8_general_ci |
| INNODB_FT_BEING_DELETED | utf8_general_ci |
| INNODB_FT_CONFIG | utf8_general_ci |
| INNODB_FT_DEFAULT_STOPWORD | utf8_general_ci |
| INNODB_FT_DELETED | utf8_general_ci |
| INNODB_FT_INDEX_CACHE | utf8_general_ci |
| INNODB_FT_INDEX_TABLE | utf8_general_ci |
| innodb_index_stats | utf8_bin |
| INNODB_LOCKS | utf8_general_ci |
| INNODB_LOCK_WAITS | utf8_general_ci |
| INNODB_METRICS | utf8_general_ci |
| INNODB_MUTEXES | utf8_general_ci |
| INNODB_SYS_COLUMNS | utf8_general_ci |
| INNODB_SYS_DATAFILES | utf8_general_ci |
| INNODB_SYS_FIELDS | utf8_general_ci |
| INNODB_SYS_FOREIGN | utf8_general_ci |
| INNODB_SYS_FOREIGN_COLS | utf8_general_ci |
| INNODB_SYS_INDEXES | utf8_general_ci |
| INNODB_SYS_SEMAPHORE_WAITS | utf8_general_ci |
| INNODB_SYS_TABLES | utf8_general_ci |
| INNODB_SYS_TABLESPACES | utf8_general_ci |
| INNODB_SYS_TABLESTATS | utf8_general_ci |
| INNODB_SYS_VIRTUAL | utf8_general_ci |
| INNODB_TABLESPACES_ENCRYPTION | utf8_general_ci |
| INNODB_TABLESPACES_SCRUBBING | utf8_general_ci |
| innodb_table_stats | utf8_bin |
| INNODB_TRX | utf8_general_ci |
| KEY_CACHES | utf8_general_ci |
| KEY_COLUMN_USAGE | utf8_general_ci |
| mutex_instances | utf8_general_ci |
| objects_summary_global_by_type | utf8_general_ci |
| PARAMETERS | utf8_general_ci |
| PARTITIONS | utf8_general_ci |
| performance_timers | utf8_general_ci |
| plugin | utf8_general_ci |
| PLUGINS | utf8_general_ci |
| proc | utf8_general_ci |
| PROCESSLIST | utf8_general_ci |
| procs_priv | utf8_bin |
| PROFILING | utf8_general_ci |
| proxies_priv | utf8_bin |
| REFERENTIAL_CONSTRAINTS | utf8_general_ci |
| roles_mapping | utf8_bin |
| ROUTINES | utf8_general_ci |
| rs_ace | utf8_bin |
| rs_ace_2_access_maps | utf8_bin |
| rs_ace_2_access_maps_a | utf8_bin |
| rs_ace_a | utf8_bin |
| rs_ace_access_map | utf8_bin |
| rs_ace_access_map_a | utf8_bin |
| rs_acl | utf8_bin |
| rs_acl_a | utf8_bin |
| rs_add_column_spec | utf8_bin |
| rs_add_column_spec_a | utf8_bin |
| rs_audit_log_entry | utf8_bin |
| rs_audit_log_property | utf8_bin |
| rs_binary_column_filter | utf8_bin |
| rs_binary_column_filter_a | utf8_bin |
| rs_birt_report | utf8_bin |
| rs_birt_report_a | utf8_bin |
| rs_birt_report_datasrc | utf8_bin |
| rs_birt_report_datasrc_a | utf8_bin |
| rs_birt_report_datasrc_cfg | utf8_bin |
| rs_birt_report_datasrc_cfg_a | utf8_bin |
| rs_birt_report_file | utf8_bin |
| rs_birt_report_file_a | utf8_bin |
| rs_birt_report_variant | utf8_bin |
| rs_birt_report_variant_a | utf8_bin |
| rs_blatext_param_def | utf8_bin |
| rs_blatext_param_def_a | utf8_bin |
| rs_blatext_param_inst | utf8_bin |
| rs_blatext_param_inst_a | utf8_bin |
| rs_column | utf8_bin |
| rs_column_a | utf8_bin |
| rs_column_filter | utf8_bin |
| rs_column_filter_a | utf8_bin |
| rs_column_format | utf8_bin |
| rs_column_format_a | utf8_bin |
| rs_column_format_currency | utf8_bin |
| rs_column_format_currency_a | utf8_bin |
| rs_column_format_date | utf8_bin |
| rs_column_format_date_a | utf8_bin |
| rs_column_format_number | utf8_bin |
| rs_column_format_number_a | utf8_bin |
| rs_column_format_template | utf8_bin |
| rs_column_format_template_a | utf8_bin |
| rs_column_format_text | utf8_bin |
| rs_column_format_text_a | utf8_bin |
| rs_column_reference | utf8_bin |
| rs_column_reference_a | utf8_bin |
| rs_compiled_report | utf8_bin |
| rs_computed_column | utf8_bin |
| rs_computed_column_a | utf8_bin |
| rs_condition | utf8_bin |
| rs_crystal_report | utf8_bin |
| rs_crystal_report_a | utf8_bin |
| rs_crystal_report_file | utf8_bin |
| rs_crystal_report_file_a | utf8_bin |
| rs_crystal_report_variant | utf8_bin |
| rs_crystal_report_variant_a | utf8_bin |
| rs_csv_datasource | utf8_bin |
| rs_csv_datasource_a | utf8_bin |
| rs_csv_datasource_conf | utf8_bin |
| rs_csv_datasource_conf_a | utf8_bin |
| rs_dadget | utf8_bin |
| rs_dadget_a | utf8_bin |
| rs_dadget_favorite_list | utf8_bin |
| rs_dadget_library | utf8_bin |
| rs_dadget_parameter | utf8_bin |
| rs_dadget_report | utf8_bin |
| rs_dadget_report_2_param_inst | utf8_bin |
| rs_dadget_static_html | utf8_bin |
| rs_dadget_url | utf8_bin |
| rs_dashboard | utf8_bin |
| rs_dashboard_2_dadget | utf8_bin |
| rs_dashboard_2_dadget_a | utf8_bin |
| rs_dashboard_a | utf8_bin |
| rs_dashboard_container | utf8_bin |
| rs_dashboard_container_a | utf8_bin |
| rs_dashboard_cont_2_dashbrd | utf8_bin |
| rs_dashboard_cont_2_dashbrd_a | utf8_bin |
| rs_dashboard_dadget_node | utf8_bin |
| rs_dashboard_dadget_node_a | utf8_bin |
| rs_dashboard_dashboard_node | utf8_bin |
| rs_dashboard_dashboard_node_a | utf8_bin |
| rs_dashboard_folder | utf8_bin |
| rs_dashboard_folder_a | utf8_bin |
| rs_dashboard_mngr_node | utf8_bin |
| rs_dashboard_mngr_node_a | utf8_bin |
| rs_dashboard_reference | utf8_bin |
| rs_dashboard_reference_a | utf8_bin |
| rs_dashboard_user | utf8_bin |
| rs_dashboard_user_a | utf8_bin |
| rs_database_bundle_entry | utf8_bin |
| rs_database_bundle_entry_a | utf8_bin |
| rs_database_datasource | utf8_bin |
| rs_database_datasource_a | utf8_bin |
| rs_database_datasource_conf | utf8_bin |
| rs_database_datasource_conf_a | utf8_bin |
| rs_datasink_container | utf8_bin |
| rs_datasink_container_a | utf8_bin |
| rs_datasink_definition | utf8_bin |
| rs_datasink_definition_a | utf8_bin |
| rs_datasink_folder | utf8_bin |
| rs_datasink_folder_a | utf8_bin |
| rs_datasink_mngr_node | utf8_bin |
| rs_datasink_mngr_node_a | utf8_bin |
| rs_datasource_connector | utf8_bin |
| rs_datasource_connector_a | utf8_bin |
| rs_datasource_connector_cfg | utf8_bin |
| rs_datasource_connector_cfg_a | utf8_bin |
| rs_datasource_container | utf8_bin |
| rs_datasource_container_a | utf8_bin |
| rs_datasource_definition | utf8_bin |
| rs_datasource_definition_a | utf8_bin |
| rs_datasource_def_config | utf8_bin |
| rs_datasource_def_config_a | utf8_bin |
| rs_datasource_fbcfg_2_dscc | utf8_bin |
| rs_datasource_folder | utf8_bin |
| rs_datasource_folder_a | utf8_bin |
| rs_datasource_mngr_node | utf8_bin |
| rs_datasource_mngr_node_a | utf8_bin |
| rs_datasource_parameter_data | utf8_bin |
| rs_datasource_parameter_data_a | utf8_bin |
| rs_datasource_param_def | utf8_bin |
| rs_datasource_param_def_a | utf8_bin |
| rs_datasource_param_inst | utf8_bin |
| rs_datasource_param_inst_a | utf8_bin |
| rs_datasource_p_df_2_ml_def | utf8_bin |
| rs_datasource_p_df_2_ml_def_a | utf8_bin |
| rs_datasource_p_ins_2_ml_val | utf8_bin |
| rs_datasource_p_ins_2_ml_val_a | utf8_bin |
| rs_datetime_param_def | utf8_bin |
| rs_datetime_param_def_a | utf8_bin |
| rs_datetime_param_inst | utf8_bin |
| rs_datetime_param_inst_a | utf8_bin |
| rs_date_trigger_config | utf8_bin |
| rs_db_bundle_2_entry | utf8_bin |
| rs_db_bundle_2_entry_a | utf8_bin |
| rs_db_bundle_datasource | utf8_bin |
| rs_db_bundle_datasource_a | utf8_bin |
| rs_exec_report_as_file_ref | utf8_bin |
| rs_exec_report_as_file_ref_a | utf8_bin |
| rs_favorite_list | utf8_bin |
| rs_favorite_list_2_entry | utf8_bin |
| rs_favorite_list_entry | utf8_bin |
| rs_filesel_param_def | utf8_bin |
| rs_filesel_param_def_a | utf8_bin |
| rs_filesel_param_inst | utf8_bin |
| rs_filesel_param_inst_a | utf8_bin |
| rs_filesel_param_in_2_file | utf8_bin |
| rs_filesel_param_in_2_file_a | utf8_bin |
| rs_filesel_param_sel_file | utf8_bin |
| rs_filesel_param_sel_file_a | utf8_bin |
| rs_filesel_param_up_file | utf8_bin |
| rs_filesel_param_up_file_a | utf8_bin |
| rs_file_server_file | utf8_bin |
| rs_file_server_file_a | utf8_bin |
| rs_file_server_file_data | utf8_bin |
| rs_file_server_file_data_a | utf8_bin |
| rs_file_server_folder | utf8_bin |
| rs_file_server_folder_a | utf8_bin |
| rs_file_server_node | utf8_bin |
| rs_file_server_node_a | utf8_bin |
| rs_filter | utf8_bin |
| rs_filter_2_exclude_val | utf8_bin |
| rs_filter_2_exclude_val_a | utf8_bin |
| rs_filter_2_filter_rng_exc | utf8_bin |
| rs_filter_2_filter_rng_exc_a | utf8_bin |
| rs_filter_2_filter_rng_inc | utf8_bin |
| rs_filter_2_filter_rng_inc_a | utf8_bin |
| rs_filter_2_include_val | utf8_bin |
| rs_filter_2_include_val_a | utf8_bin |
| rs_filter_a | utf8_bin |
| rs_filter_block | utf8_bin |
| rs_filter_block_2_child_bl | utf8_bin |
| rs_filter_block_2_child_bl_a | utf8_bin |
| rs_filter_block_2_filters | utf8_bin |
| rs_filter_block_2_filters_a | utf8_bin |
| rs_filter_block_a | utf8_bin |
| rs_filter_range | utf8_bin |
| rs_filter_range_a | utf8_bin |
| rs_filter_spec | utf8_bin |
| rs_filter_spec_a | utf8_bin |
| rs_ftps_datasink | utf8_bin |
| rs_ftps_datasink_a | utf8_bin |
| rs_ftp_datasink | utf8_bin |
| rs_ftp_datasink_a | utf8_bin |
| rs_gen_security_tgt_entity | utf8_bin |
| rs_gen_security_tgt_entity_a | utf8_bin |
| rs_global_constant | utf8_bin |
| rs_global_constant_a | utf8_bin |
| rs_grid_edt_report | utf8_bin |
| rs_grid_edt_report_a | utf8_bin |
| rs_grid_edt_report_variant | utf8_bin |
| rs_grid_edt_report_variant_a | utf8_bin |
| rs_group | utf8_bin |
| rs_group_2_group | utf8_bin |
| rs_group_2_group_a | utf8_bin |
| rs_group_2_ou | utf8_bin |
| rs_group_2_ou_a | utf8_bin |
| rs_group_2_user | utf8_bin |
| rs_group_2_user_a | utf8_bin |
| rs_group_a | utf8_bin |
| rs_headline_param_def | utf8_bin |
| rs_headline_param_def_a | utf8_bin |
| rs_headline_param_inst | utf8_bin |
| rs_headline_param_inst_a | utf8_bin |
| rs_hibernate_sequence | utf8_bin |
| rs_hierarchical_ace | utf8_bin |
| rs_hierarchical_ace_a | utf8_bin |
| rs_hierarchical_acl | utf8_bin |
| rs_hierarchical_acl_a | utf8_bin |
| rs_jasper_report | utf8_bin |
| rs_jasper_report_2_sub_jrxml | utf8_bin |
| rs_jasper_report_2_sub_jrxml_a | utf8_bin |
| rs_jasper_report_a | utf8_bin |
| rs_jasper_report_jrxml | utf8_bin |
| rs_jasper_report_jrxml_a | utf8_bin |
| rs_jasper_report_variant | utf8_bin |
| rs_jasper_report_variant_a | utf8_bin |
| rs_jasper_to_table_config | utf8_bin |
| rs_jasper_to_table_config_a | utf8_bin |
| rs_jxls_report | utf8_bin |
| rs_jxls_report_a | utf8_bin |
| rs_jxls_report_file | utf8_bin |
| rs_jxls_report_file_a | utf8_bin |
| rs_jxls_report_variant | utf8_bin |
| rs_jxls_report_variant_a | utf8_bin |
| rs_list_uservariable_def | utf8_bin |
| rs_list_uservariable_def_a | utf8_bin |
| rs_list_uservariable_inst | utf8_bin |
| rs_list_uservariable_inst_a | utf8_bin |
| rs_list_uservariable_inst_vl | utf8_bin |
| rs_list_uservariable_inst_vl_a | utf8_bin |
| rs_localfilesystem_datasink | utf8_bin |
| rs_localfilesystem_datasink_a | utf8_bin |
| rs_mondrian_datasource | utf8_bin |
| rs_mondrian_datasource_a | utf8_bin |
| rs_mondrian_datasource_cfg | utf8_bin |
| rs_mondrian_datasource_cfg_a | utf8_bin |
| rs_organisational_unit | utf8_bin |
| rs_organisational_unit_a | utf8_bin |
| rs_parameter_definition | utf8_bin |
| rs_parameter_definition_a | utf8_bin |
| rs_parameter_instance | utf8_bin |
| rs_parameter_instance_a | utf8_bin |
| rs_param_def_2_dependants | utf8_bin |
| rs_param_def_2_dependants_a | utf8_bin |
| rs_pre_filter | utf8_bin |
| rs_pre_filter_a | utf8_bin |
| rs_property | utf8_bin |
| rs_report | utf8_bin |
| rs_report_2_metadata | utf8_bin |
| rs_report_2_metadata_a | utf8_bin |
| rs_report_2_param_def | utf8_bin |
| rs_report_2_param_def_a | utf8_bin |
| rs_report_2_param_inst | utf8_bin |
| rs_report_2_param_inst_a | utf8_bin |
| rs_report_2_property | utf8_bin |
| rs_report_2_property_a | utf8_bin |
| rs_report_a | utf8_bin |
| rs_report_byte_property | utf8_bin |
| rs_report_byte_property_a | utf8_bin |
| rs_report_folder | utf8_bin |
| rs_report_folder_a | utf8_bin |
| rs_report_metadata | utf8_bin |
| rs_report_metadata_a | utf8_bin |
| rs_report_mngr_node | utf8_bin |
| rs_report_mngr_node_a | utf8_bin |
| rs_report_preview_image | utf8_bin |
| rs_report_preview_image_a | utf8_bin |
| rs_report_property | utf8_bin |
| rs_report_property_a | utf8_bin |
| rs_report_ss_string_property | utf8_bin |
| rs_report_ss_string_property_a | utf8_bin |
| rs_report_string_property | utf8_bin |
| rs_report_string_property_a | utf8_bin |
| rs_revision | utf8_bin |
| rs_saiku_report | utf8_bin |
| rs_saiku_report_a | utf8_bin |
| rs_saiku_report_variant | utf8_bin |
| rs_saiku_report_variant_a | utf8_bin |
| rs_samba_datasink | utf8_bin |
| rs_samba_datasink_a | utf8_bin |
| rs_scheduler_job_history | utf8_bin |
| rs_sched_action | utf8_bin |
| rs_sched_action_as_file | utf8_bin |
| rs_sched_action_as_ftps_file | utf8_bin |
| rs_sched_action_as_ftp_file | utf8_bin |
| rs_sched_action_as_local_file_system | utf8_bin |
| rs_sched_action_as_samba_file | utf8_bin |
| rs_sched_action_as_scp_file | utf8_bin |
| rs_sched_action_as_sftp_file | utf8_bin |
| rs_sched_action_ent_2_prop | utf8_bin |
| rs_sched_action_mail_report | utf8_bin |
| rs_sched_action_send_to | utf8_bin |
| rs_sched_action_send_to_v | utf8_bin |
| rs_sched_base_property | utf8_bin |
| rs_sched_execute_report_job | utf8_bin |
| rs_sched_execute_script_job | utf8_bin |
| rs_sched_hist_action_entry | utf8_bin |
| rs_sched_hist_entry_property | utf8_bin |
| rs_sched_hist_exec_entry | utf8_bin |
| rs_sched_hist_job_entry | utf8_bin |
| rs_sched_job | utf8_bin |
| rs_sched_job_2_actions | utf8_bin |
| rs_sched_job_2_owner | utf8_bin |
| rs_sched_job_ent_2_prop | utf8_bin |
| rs_sched_rep_exec_job_2_prop | utf8_bin |
| rs_sched_rep_exec_job_2_rcpt | utf8_bin |
| rs_sched_scr_exe_job_2_prop | utf8_bin |
| rs_sched_trigger | utf8_bin |
| rs_sched_trig_daily_nthday | utf8_bin |
| rs_sched_trig_daily_workday | utf8_bin |
| rs_sched_trig_date | utf8_bin |
| rs_sched_trig_month_named_day | utf8_bin |
| rs_sched_trig_mon_day_o_mon | utf8_bin |
| rs_sched_trig_weekly | utf8_bin |
| rs_sched_trig_yearly_at_date | utf8_bin |
| rs_sched_trig_year_named_day | utf8_bin |
| rs_schemainfo | utf8_bin |
| rs_scp_datasink | utf8_bin |
| rs_scp_datasink_a | utf8_bin |
| rs_script_datasource | utf8_bin |
| rs_script_datasource_a | utf8_bin |
| rs_script_datasource_config | utf8_bin |
| rs_script_datasource_config_a | utf8_bin |
| rs_script_param_def | utf8_bin |
| rs_script_param_def_a | utf8_bin |
| rs_script_param_inst | utf8_bin |
| rs_script_param_inst_a | utf8_bin |
| rs_script_report | utf8_bin |
| rs_script_report_2_ex_format | utf8_bin |
| rs_script_report_2_ex_format_a | utf8_bin |
| rs_script_report_a | utf8_bin |
| rs_script_report_variant | utf8_bin |
| rs_script_report_variant_a | utf8_bin |
| rs_sep_param_def | utf8_bin |
| rs_sep_param_def_a | utf8_bin |
| rs_sep_param_inst | utf8_bin |
| rs_sep_param_inst_a | utf8_bin |
| rs_sftp_datasink | utf8_bin |
| rs_sftp_datasink_a | utf8_bin |
| rs_str_uservariable_def | utf8_bin |
| rs_str_uservariable_def_a | utf8_bin |
| rs_str_uservariable_inst | utf8_bin |
| rs_str_uservariable_inst_a | utf8_bin |
| rs_table_report | utf8_bin |
| rs_table_report_2_add_column | utf8_bin |
| rs_table_report_2_add_column_a | utf8_bin |
| rs_table_report_2_column | utf8_bin |
| rs_table_report_2_column_a | utf8_bin |
| rs_table_report_a | utf8_bin |
| rs_table_report_byte_tpl | utf8_bin |
| rs_table_report_byte_tpl_a | utf8_bin |
| rs_table_report_str_template | utf8_bin |
| rs_table_report_str_template_a | utf8_bin |
| rs_table_report_template | utf8_bin |
| rs_table_report_template_a | utf8_bin |
| rs_table_report_template_lst | utf8_bin |
| rs_table_report_template_lst_a | utf8_bin |
| rs_table_report_variant | utf8_bin |
| rs_table_report_variant_a | utf8_bin |
| rs_tab_rep_tpl_lst_2_tpl | utf8_bin |
| rs_tab_rep_tpl_lst_2_tpl_a | utf8_bin |
| rs_teamspace | utf8_bin |
| rs_teamspace_2_app | utf8_bin |
| rs_teamspace_2_app_a | utf8_bin |
| rs_teamspace_a | utf8_bin |
| rs_teamspace_app | utf8_bin |
| rs_teamspace_app_2_property | utf8_bin |
| rs_teamspace_app_2_property_a | utf8_bin |
| rs_teamspace_app_a | utf8_bin |
| rs_teamspace_app_property | utf8_bin |
| rs_teamspace_app_property_a | utf8_bin |
| rs_teamspace_member | utf8_bin |
| rs_teamspace_member_a | utf8_bin |
| rs_text_param_def | utf8_bin |
| rs_text_param_def_a | utf8_bin |
| rs_text_param_inst | utf8_bin |
| rs_text_param_inst_a | utf8_bin |
| rs_ts_disk_folder | utf8_bin |
| rs_ts_disk_folder_a | utf8_bin |
| rs_ts_disk_general_reference | utf8_bin |
| rs_ts_disk_general_reference_a | utf8_bin |
| rs_ts_disk_node | utf8_bin |
| rs_ts_disk_node_a | utf8_bin |
| rs_ts_disk_report_reference | utf8_bin |
| rs_ts_disk_report_reference_a | utf8_bin |
| rs_ts_disk_root | utf8_bin |
| rs_ts_disk_root_a | utf8_bin |
| rs_user | utf8_bin |
| rs_usermanager_node | utf8_bin |
| rs_usermanager_node_a | utf8_bin |
| rs_uservar_def | utf8_bin |
| rs_uservar_def_a | utf8_bin |
| rs_uservar_inst | utf8_bin |
| rs_uservar_inst_a | utf8_bin |
| rs_uservar_param_def | utf8_bin |
| rs_uservar_param_def_a | utf8_bin |
| rs_uservar_param_inst | utf8_bin |
| rs_uservar_param_inst_a | utf8_bin |
| rs_user_2_property | utf8_bin |
| rs_user_2_property_a | utf8_bin |
| rs_user_a | utf8_bin |
| rs_user_property | utf8_bin |
| rs_user_property_a | utf8_bin |
| rs_weekly_config_2_days | utf8_bin |
| rwlock_instances | utf8_general_ci |
| SCHEMATA | utf8_general_ci |
| SCHEMA_PRIVILEGES | utf8_general_ci |
| servers | utf8_general_ci |
| session_account_connect_attrs | utf8_bin |
| session_connect_attrs | utf8_bin |
| SESSION_STATUS | utf8_general_ci |
| SESSION_VARIABLES | utf8_general_ci |
| setup_actors | utf8_general_ci |
| setup_consumers | utf8_general_ci |
| setup_instruments | utf8_general_ci |
| setup_objects | utf8_general_ci |
| setup_timers | utf8_general_ci |
| slow_log | utf8_general_ci |
| socket_instances | utf8_general_ci |
| socket_summary_by_event_name | utf8_general_ci |
| socket_summary_by_instance | utf8_general_ci |
| SPATIAL_REF_SYS | utf8_general_ci |
| STATISTICS | utf8_general_ci |
| SYSTEM_VARIABLES | utf8_general_ci |
| TABLES | utf8_general_ci |
| TABLESPACES | utf8_general_ci |
| tables_priv | utf8_bin |
| TABLE_CONSTRAINTS | utf8_general_ci |
| table_io_waits_summary_by_index_usage | utf8_general_ci |
| table_io_waits_summary_by_table | utf8_general_ci |
| table_lock_waits_summary_by_table | utf8_general_ci |
| TABLE_PRIVILEGES | utf8_general_ci |
| TABLE_STATISTICS | utf8_general_ci |
| table_stats | utf8_bin |
| threads | utf8_general_ci |
| time_zone | utf8_general_ci |
| time_zone_leap_second | utf8_general_ci |
| time_zone_name | utf8_general_ci |
| time_zone_transition | utf8_general_ci |
| time_zone_transition_type | utf8_general_ci |
| transaction_registry | utf8_bin |
| TRIGGERS | utf8_general_ci |
| user | utf8_bin |
| users | utf8_general_ci |
| USER_PRIVILEGES | utf8_general_ci |
| USER_STATISTICS | utf8_general_ci |
| user_variables | utf8_general_ci |
| VIEWS | utf8_general_ci |
+----------------------------------------------------+-------------------+
564 rows in set (0.143 sec)
Offline
Hi nikolajoder,
you have some tables not available in the ReportServer 3.1.0 version: rs_datasink_container(_a), rs_datasink_definition(_a), rs_datasink_folder(_a), and rs_datasink_mngr_node(_a).
This means you already performed some ReportServer upgrade, although the Bitnami stack version continues to be 3.1.0 (since the stack was not upgraded, only ReportServer).
Can you pls post 1. your exact rs-version (you can find it in the reportserver start screen, lower left) and 2. the content of the RS_SCHEMAINFO table ?
Regards,
Eduardo
Offline
Yes, we made upgrades in the past, only for the application. Our current version:
RS3.6.0-6040
2021-05-11-12-35-17
Community Edition
English
Offline
RS_SCHEMAINFO
MariaDB [bitnami_reportserver]> select * from RS_SCHEMAINFO;
+-----------+---------------+------------------------+
| ENTITY_ID | KEY_FIELD | value |
+-----------+---------------+------------------------+
| 1 | created | 2020-01-08 08:23:53 |
| 2 | version | RS3.1.0-6016 |
| 3 | schemaversion | RS3.0-14 |
| 4 | updated | 2020-02-03 11:04:01 |
| 5 | script | RS3.0-15-MySQL5_UPDATE |
| 6 | schemaversion | RS3.0-15 |
| 7 | updated | 2020-07-09 08:38:27 |
| 8 | script | RS3.0-16-MySQL5_UPDATE |
| 9 | schemaversion | RS3.0-16 |
| 10 | updated | 2020-07-09 08:38:27 |
| 11 | script | RS3.0-17-MySQL5_UPDATE |
| 12 | schemaversion | RS3.0-17 |
| 13 | updated | 2021-03-02 07:38:59 |
| 14 | script | RS3.0-18-MySQL5_UPDATE |
| 15 | schemaversion | RS3.0-18 |
| 16 | updated | 2021-05-13 08:35:52 |
| 17 | script | RS3.0-19-MySQL5_UPDATE |
| 18 | schemaversion | RS3.0-19 |
+-----------+---------------+------------------------+
18 rows in set (0.002 sec)
Offline
Hi nikolajoder,
we tested these scenarios:
1. install bitnami 3.6.0 and create a dump -> it works
2. install bitnami 3.1.0, upgrade rs to 3.6.0 and create a dump -> it works
so we cannot reproduce the problem you got.
Did you change anything on your tables manually, or create/change something on your tables? In our test environment it works as described in the blog entry.
Regards,
Eduardo
Offline
No, we did not change anything on the database.
It looks, the problem is, that tables in different schemas of the bitnami_reportserver database have different table_collation setting. We did not change that manually.
We will try a new installation of latest bitnami stack and check the table_collation settings there.
Kind regards, Nikolaj.
Offline
With new installation (Bitnami stack 3.7.1) dump works.
We will load the data from export and try dump again.
Offline
Hi nikolajoder,
"We will load the data from export and try dump again." ->
if you are able to export the complete database of your old installation and import it into the new bitnami installation, that's all you need, as this is what we are doing with a database dump. So if this works by any other backup/restore way, it will do the job instead of a database dump
Pls let us know how this works. Always pls refer to the blog entry for the other steps of the upgrade.
Regards,
Eduardo
Offline
We installed new instance of RS Bitnami Stack v3.7.1. We used RS build-in Export & Import Tools. We are having issues with Saiku Reports, i reported the error in separate forum entry.
Kind regards, Nikolaj.
Offline
Hi nikolajoder,
ok, pls just keep in mind that the rs export-import functionality is not guaranteed to work for different-version export/import, only for same versions. But as you had a relatively new version (RS3.6.0-6040) and you are installing RS3.7.1, if this works for you, fine
But pls make sure you can dump the data in the new version 3.7.1 so you can upgrade by the upgrade guide in the future.
Regading your issues with Saiku I will take a look at the separate entry.
Regards,
Eduardo
Offline
We installed the latest version of Bitnami RS 3.7.1, after installation we tried the export, the error is the same:
D:\Bitnami\reportserver-3.7.1.6050-0\mariadb\bin>mysqldump -ubn_reportserver -p6e5ee8d66c bitnami_reportserver > d:\install\report_server_dump_20220110.dmp
mysqldump: Error: 'Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '='' when trying to dump tablespaces
mysqldump: Couldn't execute 'SELECT table_name FROM INFORMATION_SCHEMA.TABLES WHERE table_schema = DATABASE() AND table_name = 'á'': Illegal mix of collations (
utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '=' (1267)
Offline
Hi nikolajoder,
"after installation" and after import of your previously exported reports, or just after a fresh 3.7.1 installation?
Regards,
Eduardo
Offline
After installation meaning right after new install and before any imports.
Offline
Hi nikolajoder,
we will double-check after a fresh installation if we get this error too.
Regards,
Eduardo
Offline
Hi nikolajoder,
in our case, with a fresh 3.7.1 installation, the dump works, so we are not able to reproduce the problem.
Nevertheless, I am asking the Bitnami team, maybe they have some idea why you may be getting this error.
Regards,
Eduardo
Offline
Dear Eduardo,
we tried with --force option when exporting. It works fine.
Thank you.
Kind regards, Nikolaj.
Offline