This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 148988 - MySQL server can't be stopped with saved password
Summary: MySQL server can't be stopped with saved password
Status: RESOLVED WONTFIX
Alias: None
Product: db
Classification: Unclassified
Component: MySQL (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-02 16:28 UTC by Roman Mostyka
Modified: 2008-10-02 18:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-10-02 16:28:46 UTC
1. Rightclick "Databases" node and choose "Register MySQL server".
2. Specify valid host name, port, login and password, check "Remember Password" checkbox, specify path to start and stop
command and specify start/stop arguments.
3. Start MySQL server.
4. Stop it.

Result: Message that MySQL server can't be stopped without password appears. But I set password and even save it. Can we
use for stopping this password.
Workaround: set for stop arguments: "-u root -p <password> shutdown".
Comment 1 David Vancouvering 2008-10-02 18:36:56 UTC
I think you are assuming that the password specified in the Basic properties panel is applied to the stop command? 
Because it's not and to do so would require some real thought as we just don't know what command a user is going to use
to stop the server.