【MySQL】クエリの入力途中でキャンセルする

mysql> update user set authentication_string=PASSWORD(“") where User='root';
    "> (ここでCtrl+C入力後Enter押下)
^C
mysql>