Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with –A
Database changed
Mysql> upsate user set Password=new password where user = ‘root’ ;
Query OK, 2 rows affected (0.02 sec)
Rows matched: 2 Changed: 2 Warnings: 0
Mysql> quit