Results 1 to 2 of 2

Thread: Put mysql.sock in /tmp and blivit.

  1. #1
    happycat is offline Junior Member
    Join Date
    Jun 2006
    Posts
    2

    Default Put mysql.sock in /tmp and blivit.

    Using Fedora 5, PHP 5.1.4, and SugarCRM 4.2.0:

    I moved mysql.sock from /var/lib/mysql to /tmp. phpMyAdmin is connecting ok with MySQL, However, SugarCRM is not. I changed /etc/my.cfg to specify the correct path. However SugarCRM is apparently trying to use /var/lib/mysql according to the message on the Data Base Configuration page of "Install"

    Note that SugarCRM was working ok prior to my change.

    Any body have any suggestions?

    Thanks in advance.

  2. #2
    happycat is offline Junior Member
    Join Date
    Jun 2006
    Posts
    2

    Default Re: Put mysql.sock in /tmp and blivit.

    Never mind.

    I put a link into /var/lib/mysql to /tmp/mysql.sock.

    ln -s /tmp/mysql.sock /var/lib/mysql/mysql.sock

    This worked.

    However, in order to solve another problem I had tried to put a link in /tmp to the previously configured /var/lib/mysql.sock and it didn't work.

Thread Information

Users Browsing this Thread

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

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
  •