묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
apm 설치 하다 에러 나왔는데 어떻게 하는건가요? 고수님들~^0^;;
2005.02.03 19:22
시키는데로 아파치 설치하고...
php페스워드 설정하러 넘어 갔는데 이런 에러가.. ㅠ.ㅠ
Warning: Can't connect to MySQL server on 'localhost' (10061) in c:usrmyadminlib.inc.php on line 241
Warning: MySQL Connection Failed: Can't connect to MySQL server on 'localhost' (10061) in c:usrmyadminlib.inc.php on line 241
오류
MySQL 메세지: Can't connect to MySQL server on 'localhost' (10061)
참고로 241번줄 내용이...
$cfgServer['user']=$PHP_AUTH_USER;
$cfgServer['password']=$PHP_AUTH_PW;
}
if (empty($cfgServer['port'])) {
$link = $connect_func($cfgServer['host'], $cfgServer['user'], $cfgServer['password']) or mysql_die();
} else {
여긴대염 $link = $connect_func($cfgServer['host'].":".$cfgServer['port'], $cfgServer['user'], $cfgServer['password']) or mysql_die();
}
머가 먼지.. ㅠ-ㅠ 무식죄지.. 흑흑
php페스워드 설정하러 넘어 갔는데 이런 에러가.. ㅠ.ㅠ
Warning: Can't connect to MySQL server on 'localhost' (10061) in c:usrmyadminlib.inc.php on line 241
Warning: MySQL Connection Failed: Can't connect to MySQL server on 'localhost' (10061) in c:usrmyadminlib.inc.php on line 241
오류
MySQL 메세지: Can't connect to MySQL server on 'localhost' (10061)
참고로 241번줄 내용이...
$cfgServer['user']=$PHP_AUTH_USER;
$cfgServer['password']=$PHP_AUTH_PW;
}
if (empty($cfgServer['port'])) {
$link = $connect_func($cfgServer['host'], $cfgServer['user'], $cfgServer['password']) or mysql_die();
} else {
여긴대염 $link = $connect_func($cfgServer['host'].":".$cfgServer['port'], $cfgServer['user'], $cfgServer['password']) or mysql_die();
}
머가 먼지.. ㅠ-ㅠ 무식죄지.. 흑흑