Bug #50353 Not to start automatically upon installing RPM packages
Submitted: 15 Jan 2010 5:13 Modified: 9 Jun 2010 18:01
Reporter: Mikiya Okuno Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Packaging Severity:S4 (Feature request)
Version: OS:Any
Assigned to: CPU Architecture:Any

[15 Jan 2010 5:13] Mikiya Okuno
Description:
When installing MySQL Server using RPM packages, it is possible that people surprise that mysqld starts automatically unless --nopost or --noscript is specified. However, if we prevent a post-install script from running, the installer won't make user user accounts, won't initialize a data directory etc.

We need some option not to server automatically after installing RPM package. Or, remove logics from post-install script other than starting the server and move logics to pre-install script. Then, people may be able to install RPK packages without starting the server automatically using --nopost option.

How to repeat:
n/a

Suggested fix:
n/a
[9 Jun 2010 18:01] Joerg Bruehe
This is a duplicate of bug#27072.
(Admitted, that title is misleading, the problem is a general one.)