Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mysql -hhost -uuser -ppassword
为什么不需要空间有什么理由吗?事实上,除非没有空间,否则它是行不通的。
找到我的答案:
https://dev.mysql.com/doc/refman/5.7/en/command-line-options.html
这只是他们写的方式。
如果您使用类似的命令
mysql -h hostname -u username -p xxx
命令不明确。这可能意味着这xxx是密码并且没有指定数据库,或者可能意味着这xxx是数据库并且没有指定密码(在这种情况下mysql会提示输入密码)。
xxx
mysql
他们选择了第二种解释。但是如果使用-pxxxthenxxx只能解释为密码。
-pxxx