File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Cacti CHANGELOG
2424-issue#5986: PHP ERRORS with php8.4 while including global_arrays.php
2525-issue#5987: Please add a new line to upgrade_database script
2626-issue#6065: Preview page no longer refreshes
27+ -issue#6078: Convert tables errors when using default mariadb collation settings
2728-feature#5921: Add HPE Nimble/Alletra template
2829-feature#5933: Only attempt to change the table type and character encoding for built-in Cacti tables
2930
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ DELIMITER //
3030SET @sqlmode= " " ;
3131SET SESSION sql_mode = @sqlmode;
3232
33+ ALTER DATABASE DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
34+
3335--
3436-- Table structure for table `aggregate_graph_templates`
3537--
You can’t perform that action at this time.
0 commit comments