Skip to content

Comments

mysqldump for local use added, as mysql will generate a warning if you p...#52

Open
Glimbrant wants to merge 3 commits intogetdave:masterfrom
Glimbrant:master
Open

mysqldump for local use added, as mysql will generate a warning if you p...#52
Glimbrant wants to merge 3 commits intogetdave:masterfrom
Glimbrant:master

Conversation

@Glimbrant
Copy link

mysqldump for local use added, as mysql will generate a warning if you pass -uusername and -ppassword. Should be stored in .my.cnf according to MySQL for security reasons.

…u pass -uusername and -ppassword. Should be stored in .my.cnf according to MySQL
@Glimbrant
Copy link
Author

Example of .my.cnf

[mysqldump]
user=root
password=root

…icly create a database when running db_push so you dont have to create it manually
@Glimbrant Glimbrant closed this Jul 23, 2014
@Glimbrant Glimbrant reopened this Jul 23, 2014
@Glimbrant
Copy link
Author

Its dependent on a .my.cnf file.

I think thats the safest and cleanest solution to take.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant