冒险岛单机怎样修改数据库啊,求救

用C++打开文件MOONFANTASY苍之曲\MapleStoryServer\MySQLM.cpp

找不到就搜索MySQLM.cpp这个文件!

将intMySQL::connectToMySQL(){

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

printf(mysql_error(&maple_db));

return0;

}

return1;

}

改为

intMySQL::connectToMySQL(){

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

printf(mysql_error(&maple_db));

return0;

}

return1;

}

免责声明:本站发布的游戏攻略(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场。
如果本文侵犯了您的权益,请联系站长邮箱进行举报反馈,一经查实,我们将在第一时间处理,感谢您对本站的关注!