MySQL 5.6 with all the character set parameters configured to work with utf8mb4
1.1K
Inherits the standard mysql image and adds utf-8 support. See https://hub.docker.com/_/mysql/ for more details.
mysql> show variables like "%character%";
+--------------------------+----------------------------+
| Variable_name | Value |
+--------------------------+----------------------------+
| character_set_client | utf8 |
| character_set_connection | utf8 |
| character_set_database | utf8 |
| character_set_filesystem | utf8 |
| character_set_results | utf8 |
| character_set_server | utf8 |
| character_set_system | utf8 |
| character_sets_dir | /usr/share/mysql/charsets/ |
+--------------------------+----------------------------+
Content type
Image
Digest
Size
100 MB
Last updated
about 9 years ago
docker pull ejoncas/docker-mysql-utf8