Bug #14071 | mysql -u root mysql | ||
---|---|---|---|
Submitted: | 17 Oct 2005 12:26 | Modified: | 17 Oct 2005 12:31 |
Reporter: | frank vanderydt | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.013 rc | OS: | Windows (Win XP SP2) |
Assigned to: | CPU Architecture: | Any |
[17 Oct 2005 12:26]
frank vanderydt
[17 Oct 2005 12:31]
Valeriy Kravchuk
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Additional info: It is clearly describe in the manual (http://dev.mysql.com/doc/refman/5.0/en/mysql-command-options.html): "--password[=password], -p[password] The password to use when connecting to the server. If you use the short option form (-p), you cannot have a space between the option and the password. If you omit the password value following the --password or -p option on the command line, you are prompted for one." mysql was interpreted as a database name, not as a password. And your root user has a password, that should be provided.