BehatExtension / DoctrineDataFixturesExtension

Doctrine Data Fixtures Extension for Behat
MIT License
20 stars 7 forks source link

MySQLDump fails #30

Open ofo78 opened 5 years ago

ofo78 commented 5 years ago
Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? / Specification no
Project version 6.0.0

When I try to use the backup service with MySQL 5.7 and Symfony 3.4 the extension fails with the following error : In MysqlDumpBackup.php line 41: mysqldump: [Warning] Using a password on the command line interface can be insecure.

Spomky commented 5 years ago

Hi,

The recommended way is to use a configuration file. I don’t use mysqldump anymore, but I used something similar to this.