Search found 2 matches

by macubex
18 Jun 2019, 07:53
Forum: Symfony bundle
Topic: error on install sample data
Replies: 4
Views: 86134

Re: error on install sample data

This is an MySQL < 5.7.8 issue in combination with utf8mb4. You should set the character set to utf8 and your collation to utf8_bin instead in your config: https://github.com/aimeos/aimeos-symfony/blob/master/Resources/config/aimeos_shop.yml#L30 Note: You have to recreate your tables afterwards wor...
by macubex
17 Jun 2019, 18:36
Forum: Symfony bundle
Topic: error on install sample data
Replies: 4
Views: 86134

error on install sample data

i have try install sample data with this command: php bin/console aimeos:setup

i have return:
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes

https://imgur.com/RxFO7q2

how i can reasolve?