Skip to content

Commit

Permalink
Use utf8mb4 in INSTALL instructions
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
alecpl committed Oct 22, 2021
1 parent d1f16eb commit 158682f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ importing the table layout and granting the proper permissions to the
roundcube user. Here is an example of that procedure:

# mysql
> CREATE DATABASE roundcubemail CHARACTER SET utf8 COLLATE utf8_general_ci;
> CREATE DATABASE roundcubemail CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
> CREATE USER roundcube@localhost IDENTIFIED BY 'password';
> GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost;
> quit
Expand Down

0 comments on commit 158682f

Please sign in to comment.