[MDEV-4330] mysql command line password option failing Created: 2013-03-26 Updated: 2013-03-26 Resolved: 2013-03-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.30 |
| Fix Version/s: | 5.5.31 |
| Type: | Bug | Priority: | Major |
| Reporter: | Chris Daley | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
5.5.30, Windows 7 |
||
| Description |
|
mysql.exe option to request password on execution no longer working under 5.3.30. Observed behavior: C:\Web\db>mysql.exe -u root -p < dbdata.sql Expected behavior (true thru 5.5.29): C:\Web\db>mysql.exe -u root -p < dbdata.sql mysql.exe command fails unless noting after -p or include password (-pPASSWORD). May be related to ctrl-c password field change introduced in 5.3.30 (see |
| Comments |
| Comment by Vladislav Vaintroub [ 2013-03-26 ] |
|
It is related to that |