Bug #10257 | Connecting to MySql | ||
---|---|---|---|
Submitted: | 29 Apr 2005 7:09 | Modified: | 29 Apr 2005 15:00 |
Reporter: | Adam Darmanin | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1 (latest) | OS: | Windows (win XP) |
Assigned to: | CPU Architecture: | Any |
[29 Apr 2005 7:09]
Adam Darmanin
[29 Apr 2005 15:00]
MySQL Verification Team
Sorry I was unable to repeat the behavior reported. Below show you how I changed the root password for a fresh install using the mysqladmin client tool: c:\mysql\bin>mysqladmin -uroot password "new_pass" c:\mysql\bin>mysql -uroot ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) c:\mysql\bin>mysql -uroot -pnew_pass Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3 to server version: 4.1.11-nt Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql>