#!/bin/sh mysql -uroot -pfbtcc -e " set password = password("fbtcc"")"
出现如下的错误。
Warning: Using a password on the command line interface can be insecure.
ERROR 1862 (HY000): Your password has expired. To log in you must change it using a client that supports expired passwords.
但是在命令行中单条执行时候就不会出现错误呢?怎么样解决呢!请高手指导!
解决方案