This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # Tool for converting (Pimcore) utf8 database to utf8mb4 | |
| # Author: dominik@weblizards.de | |
| # | |
| # Versions: | |
| # 1 - Inital version | |
| # 2 - Don't alter (EcommerceFramework) table default with charset=utf8 and collation=utf8_bin | |
| # | |
| # Credits to write up: https://mathiasbynens.be/notes/mysql-utf8mb4 |