【发布时间】:2017-05-23 13:26:16
【问题描述】:
我在通过 Git Bash 2.5(通过本地主机上的 Windows)连接到 MySQL 时遇到了一个非常烦人的问题。 通过 CMD 和 Mysysgit 一切正常。
$ mysql -u root -proot
Warning: Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 7
Server version: 5.6.26-log MySQL Community Server (GPL)
Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
但是,看看这个。用于 Windows 的 Git SCM 仍然卡住,一直闪烁光标。你们见过这个吗?谁能帮帮我?
$ mysql -u root -proot
Warning: Using a password on the command line interface can be insecure.
提前致谢。
【问题讨论】:
标签: mysql windows git git-bash