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 146807 - mysqladmin process is still running if server isn't stopped successfully
Summary: mysqladmin process is still running if server isn't stopped successfully
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: MySQL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-10 17:05 UTC by Roman Mostyka
Modified: 2008-09-16 17:33 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-09-10 17:05:54 UTC
1. Rightclick "Databases" node and choose "Register MySQL Server...".
2. Specify all necessary parameters for MySQL server and select "Admin Properties" tab.
3. Specify path for start (to mysqld) and stop (to mysqladmin) command.
4. Type in argument for stopping: "-u root -p shutdown". 
5. Start server and then rightclick server's node and choose "Stop".

Result: Server isn't stopped. mysqld and mysqladmin processes are running. Message that server isn't stopped appears and
user can change arguments and normally stop the server, but mysqladmin process from first attempt still will be running.
We have to kill this process if it's not succeeded.
Comment 1 David Vancouvering 2008-09-15 20:52:08 UTC
c6946dd04ac0
Comment 2 Roman Mostyka 2008-09-16 12:22:53 UTC
Verified with build 080916.
Comment 3 Quality Engineering 2008-09-16 17:33:18 UTC
Integrated into 'main-golden', will be available in build *200809161401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c6946dd04ac0
User: David Van Couvering <davidvc@netbeans.org>
Log: #146807: mysqladmin process is still running if server isn't stopped successfully