Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 392 Bytes

File metadata and controls

12 lines (7 loc) · 392 Bytes

mysql_bash_secure

Demonstrates the use of MySQL from shell scripts without credentials on the command line

Anyone who has coded a MySQL utility in bash or any other command shell will undoubtedly run into the dreaded message:

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

These scripts demonstrate techniques to get rid of this warning once and for all.