Prashanth Devadas
Results
1
comments of
Prashanth Devadas
If anybody is still looking for the right cli command to connect using the --enable-cleartext-plugin the below command worked for me `mysql -h "${host}" -u ${user} --password=${pwd} --enable-cleartext-plugin`