I am currently running mysql through bash. However it returns the error:
Using a password on the command line interface can be insecure. What are the secure ways to accomplish this? How can I properly call the mysql without this warning?
#!/bin/bash/ user=test password=test database=test mysql --user='$user' --password='$password' --database='$database' --execute='DROP DATABASE $user; CREATE DATABASE $database;' Result
Warning: Using a password on the command line interface can be insecure.
ffmpeg_pathvariable?<(/home/yourusername/bin/ffprobe -i "$file" -show_format -v quiet | grep '.=.')?