Contents

System/OS
2013.04.25 13:24

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

Views 31718 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
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. [linux] apache, php, jsp 환경설정하기..

    Date2003.04.23 CategorySystem/OS Byhooni Views15305
    Read More
  2. [linux] 특수문자 환경 설정(stty)

    Date2003.04.23 CategorySystem/OS Byhooni Views15343
    Read More
  3. [linux] 종료와 종료코드 확인(환경변수에서)

    Date2003.04.23 CategorySystem/OS Byhooni Views15615
    Read More
  4. [linux] 쉘스크립트 expr

    Date2014.03.11 CategorySystem/OS Byhooni Views15709
    Read More
  5. [router] 설정과 기본 명령어들 모음

    Date2013.04.23 CategorySystem/OS Byhooni Views15751
    Read More
  6. 라우팅 경로 결정 영향 요소 ㅋㅋ

    Date2013.04.23 CategorySystem/OS Byhooni Views15929
    Read More
  7. [owasp] 10대 웹어플리케이션 보안 취약

    Date2013.04.23 CategorySystem/OS Byhooni Views15993
    Read More
  8. [windows] 원격 데스크탑(터미널 서비스) 포트 변경

    Date2013.04.23 CategorySystem/OS Byhooni Views16359
    Read More
  9. [linux] 패킷 스니퍼링

    Date2003.04.23 CategorySystem/OS Byhooni Views16378
    Read More
  10. [linux] 콘솔/Xwindow 에서 PC스피커 소리 없애기

    Date2003.04.23 CategorySystem/OS Byhooni Views16418
    Read More
  11. [linux] 메타(기호)문자의 의미와 사용

    Date2003.04.23 CategorySystem/OS Byhooni Views16463
    Read More
  12. [linux] 네트워크 커널 설정..

    Date2003.04.23 CategorySystem/OS Byhooni Views16545
    Read More
Board Pagination Prev 1 ... 7 8 9 10 11 12 13 14 15 16 17 Next
/ 17