Files
gitlabhq/lib
Stan Hu 494afae08d Merge branch 'mysql_insecure_password_warnings' into 'master'
Workaround the insecure password warnings emitted by MySQL 5.6

When using MySQL 5.6, the following output is emitted every time a backup is created, even with CRON=1.

```
Warning: Using a password on the command line interface can be insecure.
```

This fix works around that by sending the password via the [`MYSQL_PWD`](http://dev.mysql.com/doc/refman/5.6/en/environment-variables.html) environment variable.

See merge request !1139
2015-08-14 17:12:57 +00:00
..
2015-02-02 21:31:03 -08:00
2014-08-14 15:48:14 +04:00
2015-05-11 18:21:45 +03:00