| Bug #7614 | Space between -p and password causes connect failure | ||
|---|---|---|---|
| Submitted: | 2 Jan 2005 9:46 | Modified: | 2 Jan 2005 11:04 |
| Reporter: | John Spikowski | Email Updates: | |
| Status: | Won't fix | Impact on me: | |
| Category: | MySQL Server | Severity: | S4 (Feature request) |
| Version: | 4.1 | OS: | Windows (Windows 2000 Pro) |
| Assigned to: | Sergei Golubchik | CPU Architecture: | Any |
[2 Jan 2005 9:46]
John Spikowski
[2 Jan 2005 11:04]
Sergei Golubchik
It cannot be done.
The problem is password after -p is optional. Thus
mysql -p xxx
means the password will be asked from the terminal, and xxx (just as "mysql xxx") is the database name.
