5.1을 새로운 서버에 설치 중입니다.(db insert 진행안됨)

5.1을 새로운 서버에 설치 중입니다.(db insert 진행안됨)

QA

5.1을 새로운 서버에 설치 중입니다.(db insert 진행안됨)

본문

서버에 카피를 하였고, 

data 폴더 생성 후  707으로 변경하였습니다.

 

주소의 홈으로 가면 아래와 같이 초기 1단계화면이 나옵니다.

418c37a6f2cf6e58bfb618dace31848e_1438836247_6579.png

 

라이센스 동의 체크하여 2단계를 진행하였습니다.

418c37a6f2cf6e58bfb618dace31848e_1438836247_0507.png

 

DB정보를입력..

mysql이 자체 설치되어있고, 

root / 패스워드 정확하게 입력하였고, 만들어져 있는 db comm 입력

 

[root@server html]# mysql -u root -p

Enter password:

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 330

Server version: 5.6.26 MySQL Community Server (GPL)

 

Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.

 

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners.

 

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

 

mysql> show databases;

+--------------------+

| Database                  |

+--------------------+

| information_schema |

| comm                      |

| mysql                       |

| performance_schema |

+--------------------+

4 rows in set (0.00 sec)

 

418c37a6f2cf6e58bfb618dace31848e_1438836247_9068.png

 

 

마지막 단계에서, 아래와 같이 아무런 응답없이 이렇게 되어있습니다.

뭐가 문제인가요?

418c37a6f2cf6e58bfb618dace31848e_1438836247_3739.png

 

이 질문에 댓글 쓰기 :

답변 1

그누보드5는 기본적으로 SQL 에러를 화면에 출력하지 않도록 되어 있습니다.

config.php 파일의 G5_DISPLAY_SQL_ERROR 값을 true 로 변경하시면 에러가 출력될 겁니다.

알려주신 것처럼
define('G5_DISPLAY_SQL_ERROR', true);^M

변경했는데, 기존과 동일하네요


아래와 같이 아무런 테이블이 만들어지지 않네요
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> use comm;
Database changed
mysql> show tables;
Empty set (0.00 sec)

mysql> exit

답변을 작성하시기 전에 로그인 해주세요.
전체 168
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT