Lines Matching full:passwd
43 PASSWD=
53 PASSWD=$OPTARG
95 if [ -z "${PASSWD}" ]; then
102 if [ -z "${PASSWD}" ]; then
103 read -s -p "Autotest DB password: " PASSWD
105 if [ -z "${PASSWD}" ]; then
111 if [ "${PASSWD}" != "${PASSWD2}" ]; then
160 password: ${PASSWD}
163 readonly_password: ${PASSWD}
199 elif mysql -u root -p"${PASSWD}" -e ';' 2> /dev/null ; then
200 PASSWD_STRING="-p${PASSWD}"
218 'chromeosqa-admin'@'localhost' IDENTIFIED BY '${PASSWD}';"
222 'chromeosqa-admin'@'%' IDENTIFIED BY '${PASSWD}';"