Jump to content
php.lv forumi

Kartējā nezināšana


johanes

Recommended Posts

Kas var izskaidrot man šo kļūdu

Warning: mysql_connect(): Host '62.85.83.213' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts' in /home/openDB.php on line 11
Paldies jau iepriekš Edited by johanes
Link to comment
Share on other sites

Hehe!!!

config.inc.php:

<?php
$server="http://www.freesql.org";   
$user="username";         
$pass="pasw";            
$dbname="piemers";  
?>

 

Un openDB.php:

<?php
include("config.inc.php");
$sesDB = mysql_connect($server,$user,$pass);
mysql_select_db($dbname,$sesDB);
?>

 

Kur ir kļūda????

Link to comment
Share on other sites

×
×
  • Create New...