컴퓨터 지식 네트워크 - 컴퓨터 프로그래밍 - 메이플스토리 독립 실행형에서 데이터베이스를 수정하는 방법을 알려주세요.

메이플스토리 독립 실행형에서 데이터베이스를 수정하는 방법을 알려주세요.

C++를 사용하여 MOON FANTASY Cang Zhiqu\MapleStoryServer\MySQLM.cpp 파일을 엽니다.

찾을 수 없으면 MySQLM.cpp 파일을 검색하세요!

Change int MySQL ::connectToMySQL(){

if(!mysql_real_connect(&maple_db, "localhost", "root", "", "maplestory", 3306, NULL, 0)){

printf(mysql_error(&maple_db));

0을 반환;

}

1을 반환;

}

다음으로 변경

int MySQL::connectToMySQL(){

if(!mysql_real_connect(&maple_db, "localhost", "root", "root", "maplestory", 3306, NULL, 0)){

printf(mysql_error(&maple_db));

return 0;

}

1을 반환;

}

上篇: 캐논 G9 및 G10 정보 下篇: 호스트 오프로드 모드
관련 내용