Changes between Initial Version and Version 6 of Ticket #20365


Ignore:
Timestamp:
Jul 23, 2009, 4:07:32 AM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20365

    • Property Owner changed from macports-tickets@… to ryandesign@…
  • Ticket #20365 – Description

    initial v6  
    11I'm using Mac OS 10.5.7 and launchd plist script for MySQL Server 5.0.81 appears to be creating unmanaged jobs.  For example, the
    22
     3{{{
    34sudo launchctl list | grep mysql
    4 
    55137     -       0x10b050.mysqld
    66137     -       0x10a2a0.mysqld
     7}}}
    78
    8 Note:  The above are anonymous jobs on Mac OS 10.5.7 that
    9             cannot be unloaded.
     9Note:  The above are anonymous jobs on Mac OS 10.5.7 that cannot be unloaded.
    1010
    1111However, there's no way to manage these jobs because there's no associated plist file to unload them.  At this time, the process is running:
    1212
     13{{{
    1314ps ax | grep mysql
    14 
    151598   ??  S      0:00.02 /bin/sh ./bin/mysqld_safe --datadir=/usr/local/mysql/data --pid-file=/usr/local/mysql/data/darnoc-desktop.local.pid
    16 
    1716137   ??  S      0:01.06 /usr/local/mysql/bin/mysqld --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data --user=mysql --pid-file=/usr/local/mysql/data/darnoc-desktop.local.pid
     17}}}
    1818
    1919Thus, Damien Sorresso recommends the following: