[摘要]+-----------+------+-------------------------------------------+1 row in set (0.00 sec)mysql> in...
+-----------+------+-------------------------------------------+
1 row in set (0.00 sec)
mysql> insert into user(host,user,password) values("127.0.0.1","root","123456");
Query OK, 1 row affected, 3 warnings (0.00 sec)
mysql> select host,user,password from user;
+-----------+------+-------------------------------------------+
关键词:详细说明mysql密码遗忘与登陆报错的问题处理