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 133847 - Can't start MySQL server after successful installation
Summary: Can't start MySQL server after successful installation
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P1 blocker (vote)
Assignee: Yulia Novozhilova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-24 15:28 UTC by Mikhail Vaysman
Modified: 2008-04-28 18:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
installer log (20.07 KB, text/plain)
2008-04-24 15:42 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Vaysman 2008-04-24 15:28:43 UTC
Bundle build 2008-04-23_13-04-16
OS version 10.5

After successful installation MySQL server does not start without any error message.
Comment 1 Oleg Khokhlov 2008-04-24 15:42:37 UTC
Created attachment 60658 [details]
installer log
Comment 2 dlipin 2008-04-24 15:55:01 UTC
what did you do to start it? (by what means have you tried to start it?)
Comment 3 Yulia Novozhilova 2008-04-24 17:44:14 UTC
Please, try the following:

1) move /usr/local/MySQLCOM into /Library/StartupItems/
2) run sh -x /Library/StartupItems/MySQLCOM/MySQLCOM start
Comment 4 Oleg Khokhlov 2008-04-25 08:20:23 UTC
sh-3.2# sh -x /Library/StartupItems/MySQLCOM/MySQLCOM start
+ '[' -z start ']'
+ test -r /etc/rc.common
+ . /etc/rc.common
++ set -u
++ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/libexec:/System/Library/CoreServices
++ export PATH
++ alias ConsoleMessage=echo
++ . /etc/hostconfig
+++ AFPSERVER=-NO-
+++ AUTHSERVER=-NO-
+++ AUTOMOUNT=-YES-
+++ CUPS=-AUTOMATIC-
+++ NFSLOCKS=-AUTOMATIC-
+++ NISDOMAIN=-NO-
+++ TIMESYNC=-YES-
+++ QTSSERVER=-NO-
+++ WEBSERVER=-NO-
+++ SMBSERVER=-NO-
+++ SNMPSERVER=-NO-
+++ SPOTLIGHT=-YES-
+++ MYSQLCOM=-NO-
+ SCRIPT=/usr/local/mysql/support-files/mysql.server
+ test -x /usr/local/mysql/support-files/mysql.server
+ RunService start
+ case $1 in
+ StartService
+ '[' -NO- = -YES- ']'
sh-3.2# 
Comment 5 dlipin 2008-04-28 13:26:16 UTC
I hope it is already fixed.
Comment 6 Mikhail Vaysman 2008-04-28 18:41:14 UTC
verified on build 2008-04-28