[Guide] How to install ERPNext v14 on Linux Ubuntu (step-by-step instructions)

sudo nano /etc/mysql/my.cnf

and add this to the my.cnf file

[mysqld]
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci

[mysql]
default-character-set = utf8mb4

1 Like