Answers for "mysql: [warning] using a password on the command line interface can be insecure."

C#
0

mysql: [warning] using a password on the command line interface can be insecure.

One method that is convenient (but equally insecure) is to use:

MYSQL_PWD=xxxxxxxx mysql -u root -e "statement"
Posted by: Guest on March-17-2022

Code answers related to "mysql: [warning] using a password on the command line interface can be insecure."

C# Answers by Framework

Browse Popular Code Answers by Language