Results 1 to 1 of 1

Thread: MySQL error HY000 2002 Can't connect to server

  1. #1
    bbeyst is offline Sugar Community Member
    Join Date
    Mar 2011
    Posts
    20

    Default MySQL error HY000 2002 Can't connect to server

    Greetings everyone!

    I know this issue has been discussed on the forum at length, but I'm an idiot when it comes to MySQL.... So, if anyone can provide an Idiot's guide to fixing this, I'd greatly appreciate it.

    I'm running SugarCE 5.5.1 on a Mac using MAMP's apache, php, and mysql. For the most part everything works GREAT.

    I've set up a cron job using Cronnix as per the note at the bottom of the Scheduler module:

    Add this line to your crontab:
    * * * * * cd /Applications/MAMP/htdocs/SugarCE-Full-5.5.1; php -f cron.php > /dev/null 2>&1


    and removed the ' > /dev/null 2>&1' so I can get error reporting, which comes back as:

    Warning: mysqli_connect(): (HY000/2002): Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2) in /Applications/MAMP/htdocs/SugarCE-Full-5.5.1/include/database/MysqliManager.php on line 284
    Could not connect to server localhost as root. port . Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2)


    I've been beating my head against the computer for about a week now with no progress, and I really need to be able to generate some automation for my application. Your help is appreciated (and needed).

    Thanks.
    Last edited by bbeyst; 2011-05-09 at 04:59 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. ERROR 2002 (HY000): Can't connect to local MySQL
    By 2bears in forum General Discussion
    Replies: 0
    Last Post: 2011-03-04, 02:37 AM
  2. Error 2003 Can't connect to MySQL server
    By yomex2play in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2009-05-22, 07:44 PM
  3. Replies: 3
    Last Post: 2008-04-23, 12:38 PM
  4. Replies: 3
    Last Post: 2008-04-21, 11:09 PM
  5. Replies: 1
    Last Post: 2006-04-03, 02:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •