When doing the following at the command-line or in a shell script on CentOS: mysql -h domain.com -u login_account -pPASSWORD_GOES_HERE Q: Is the password being sent "clear" over the internet? If so, is there a way to do this securely? Thanks! David Roth