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

Summary: Can't start MySQL server after successful installation
Product: installer Reporter: Mikhail Vaysman <vaysman>
Component: CodeAssignee: Yulia Novozhilova <ynov>
Status: VERIFIED FIXED    
Severity: blocker CC: ovk
Priority: P1    
Version: 6.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: installer log

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