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

Summary: mysqladmin process is still running if server isn't stopped successfully
Product: db Reporter: Roman Mostyka <romanmostyka>
Component: MySQLAssignee: David Vancouvering <davidvc>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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