Erro ao exportar database no MySQL Workbench

MySQL

09/09/2019

Pessoal estou tendo problemas para importar banco no MySQL Workbench. Segue o erro abaixo.

16:54:20 Dumping neohard (all tables)
Running: mysqldump.exe --defaults-file="c:\\users\\lenovo\\appdata\\local\\temp\\tmpb1uyd9.cnf" --user=root --host=localhost --protocol=tcp --port=3306 --default-character-set=utf8 --routines --events --skip-triggers "neohard"
mysqldump: Couldn't execute '/*!80000 SET SESSION information_schema_stats_expiry=0 */': Unknown system variable 'information_schema_stats_expiry' (1193)

Operation failed with exitcode 2
16:54:21 Export of C:\\Users\\LENOVO\\Documents\\NeoManutenção - Computadores\\Data\\neodata.sql has finished with 1 errors


MySQL Server: 8.0 x64
MySQL Workbench 8.0 CE x64
Carlos Leonel

Carlos Leonel

Curtidas 0

Respostas

Felipe Morais

Felipe Morais

09/09/2019

As versões de seu Workbench e MySQL estão diferentes. O parâmetro
information_schema_stats_expiry
foi inserido no Workbench 8.0.3. Tente fazer o downgrade da ferramenta para 8.0.1 e tente novamente.
GOSTEI 0
POSTAR