Contents

System/OS
2013.04.25 13:24

Mac OS X - Apache+PHP+MySQL 환경 서버

조회 수 31627 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
php에서 mysql_real_escape_string( $_GET['iDisplayStart'] ) 와 같은 구문을 사용했더니,

mysql_real_escape_string(): [2002] No such file or directory (trying to connect via unix:///var/mysql/mysql.sock)

위와 같은 오류가 발생한다.

쉽게 생각해서. mysql.sock 파일을 찾지 못한것 같아서 mysql.sock 파일을 심볼릭 링크를 생성했다.


sh-3.2# find / -name mysql.sock
find: /dev/fd/3: Not a directory
find: /dev/fd/4: Not a directory
/private/tmp/mysql.sock

sh-3.2# cd /var
sh-3.2# mkdir mysql
sh-3.2# chown _mysql:_mysql mysql
sh-3.2# cd mysql
sh-3.2# ln -s /private/tmp/mysql.sock /var/mysql/mysql.sock



[오류메시지]
Warning: mysql_real_escape_string(): [2002] No such file or directory (trying to connect via unix:///var/mysql/mysql.sock) in /Library/Server/Web/Data/Sites/Default/mgr/ajax.question.php on line 33

Warning: mysql_real_escape_string(): No such file or directory in /Library/Server/Web/Data/Sites/Default/mgr/ajax.question.php on line 33

?

  1. macOS에 node, npm 설치하기 (homebrew)

    Date2021.11.06 CategoryDevelop Byhooni Views1137
    Read More
  2. Mac OS 에 Jenkins 설치하기 (Homebrew)

    Date2017.03.15 CategoryDevelop Byhooni Views8088
    Read More
  3. Mac OS X - Apache+PHP+MySQL 환경 서버

    Date2013.04.25 CategorySystem/OS Byhooni Views31627
    Read More
  4. Laravel 5 Failed opening required bootstrap/../vendor/autoload.php

    Date2018.01.24 CategoryDevelop Byhooni Views1650
    Read More
  5. JSON, BSON 변환

    Date2013.04.23 CategoryDevelop Byhooni Views11814
    Read More
  6. IT감사 기법 시험

    Date2017.06.14 CategoryEtc Byhooni Views1412
    Read More
  7. ISMS 인증기준 – 정보보호대책 (시스템개발보안)

    Date2016.12.01 CategoryEtc Byhooni Views1290
    Read More
  8. iptime 공유기 해킹 기술문서

    Date2015.01.01 CategorySystem/OS Byhooni Views1941
    Read More
  9. IPR 특허 관련

    Date2015.04.28 CategoryEtc Byhooni Views0
    Read More
  10. IoT가 만드는 미래와 플랫폼 경쟁력

    Date2014.09.23 CategoryEtc Byhooni Views0
    Read More
  11. iOS 에서 쓸만한 오프라인 구글지도 찾기

    Date2014.01.06 CategoryEtc Byhooni Views16033
    Read More
  12. HTTPS와 SSL 인증서

    Date2014.03.11 CategorySystem/OS Byhooni Views7542
    Read More
Board Pagination Prev 1 ... 89 90 91 92 93 94 95 96 97 98 Next
/ 98