<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Disabled</key>
	<false />
	<key>KeepAlive</key>
	<false />
	<key>Label</key>
	<string>org.mysql.mysqld_safe</string>
	<key>ProgramArguments</key>
    <array>
    <string>/Applications/MAMP/Library/bin/mysqld_safe</string>
	  <string>--port=3306</string>
      <string>--socket=/Applications/MAMP/tmp/mysql/mysql.sock</string>
      <string>--lower_case_table_names=1</string>
      <string>--pid-file=/Applications/MAMP/tmp/mysql/mysql.pid</string>
      <string>--log-error=/Applications/MAMP/logs/mysql_error_log</string>
    </array>
  	<key>UserName</key>
	<string>_mysql</string>
	<key>GroupName</key>
	<string>_mysql</string>
	<key>RunAtLoad</key>
	<true />
    <key>StandardErrorPath</key>
    <string>/Applications/MAMP/logs/mysql_error_log</string>
    <key>StandardOutPath</key>
    <string>/Applications/MAMP/logs/mysql_out_log</string>
</dict>
</plist>

