I know you could do it by dumping the database directly, but this could come in handy when you’re trying to migrate from one database
Duplicate a MySQL database
When you need to copy a production db to debug or run some tests, you need to copy template data one place to another, you
Mysql set default charset to utf8mb4(to support Chinese characters)
Setup Host: Ubuntu 16.04 Mysql: Ver 14.14 Distrib 5.7.22, for Linux (x86_64) using EditLine wrapper Why Somehow my default charset was set to latin1 which
Read MoreMysql set default charset to utf8mb4(to support Chinese characters)