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 150098 - MySQL server can't be started on Mac OS X without sudo
Summary: MySQL server can't be started on Mac OS X without sudo
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: MySQL (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) Mac OS X
: P2 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-14 14:56 UTC by Roman Mostyka
Modified: 2013-09-04 08:23 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-10-14 14:56:27 UTC
1. Install MySQL 5.1 server on Mac OS X.
2. Start NetBeans.
3. Register MySQL server. Specify all necessary Basic and Admin properties.
4. Rightclick MySQL server node and choose "Start".

Result: Error arises by start and MySQL server isn't running.
I'm also unable to start MySQL server from command line with the command: "/usr/local/mysql/bin/mysqld_safe --console".
But I'm able to start MySQL server with the command: "sudo /usr/local/mysql/bin/mysqld_safe --console".
But in NetBeans I can't use second command, only first and it doesn't work.
Comment 1 David Vancouvering 2008-10-15 01:02:39 UTC
There is a workaround to this, I documented it on my blog:

http://davidvancouvering.blogspot.com/2008/09/starting-mysql-in-netbeans-as.html

I would like to add support for doing this directly from NetBeans in the next release, so changing this to an
enhancement request.  Support for MySQL installations that require root access on Mac is not directly supported in this
release.
Comment 2 Jiri Rechtacek 2009-10-16 14:06:42 UTC
Reassigned to new owner.