아래처럼 오류가 뜨는데 원인 알 수있을까요?ㅠ
Warning: Use of undefined constant G5_MYSQL_HOST - assumed 'G5_MYSQL_HOST' (this will throw an Error in a future version of PHP) in /host/home3/dohye1/html/common.php on line 135
Warning: Use of undefined constant G5_MYSQL_USER - assumed 'G5_MYSQL_USER' (this will throw an Error in a future version of PHP) in /host/home3/dohye1/html/common.php on line 135
Warning: Use of undefined constant G5_MYSQL_PASSWORD - assumed 'G5_MYSQL_PASSWORD' (this will throw an Error in a future version of PHP) in /host/home3/dohye1/html/common.php on line 135
Warning: Use of undefined constant G5_MYSQL_DB - assumed 'G5_MYSQL_DB' (this will throw an Error in a future version of PHP) in /host/home3/dohye1/html/lib/common.lib.php on line 1550
Warning: mysqli_connect(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /host/home3/dohye1/html/lib/common.lib.php on line 1555
Warning: mysqli_connect(): (HY000/2002): php_network_getaddresses: getaddrinfo failed: Name or service not known in /host/home3/dohye1/html/lib/common.lib.php on line 1555
Connect Error: php_network_getaddresses: getaddrinfo failed: Name or service not known
답변 2개 / 댓글 2개
dbconfig.php 파일이 누락되었나 보군요.
답변에 대한 댓글 1개
/data/dbconfig.php 파일에 적힌 DB 계정 정보와 실제 DB 정보가 다른 경우 발생하는 에러입니다.
답변에 대한 댓글 1개
답변을 작성하려면 로그인이 필요합니다.