Skip to content

Commit a6fb839

Browse files
authored
Fixing #6078 - Convert tables fails (#6081)
1 parent d14cfe4 commit a6fb839

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

cacti.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ DELIMITER //
3030
SET @sqlmode= "";
3131
SET 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
--

0 commit comments

Comments
 (0)