johanes Posted April 22, 2004 Report Share Posted April 22, 2004 (edited) 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 April 22, 2004 by johanes Link to comment Share on other sites More sharing options...
tamster Posted April 22, 2004 Report Share Posted April 22, 2004 Savāriji ziepes vopšim :) Tas ir kautkāds freesql.org, vai uz to pusi? Link to comment Share on other sites More sharing options...
sviesc Posted April 22, 2004 Report Share Posted April 22, 2004 vārdusakot esi saraxtijis daudzus kreisus pieprasijumus un tagad Tevi nobloķēja vai ko tādu :blink: Link to comment Share on other sites More sharing options...
tamster Posted April 22, 2004 Report Share Posted April 22, 2004 http://dev.mysql.com/doc/mysql/en/Blocked_host.html Tur var palasīt sīkāk. Tu pārāk daudz reizes esi kļūdaini pieslēdzies, un MySQL dēmons to uzskata par ielauzšanās mēģinājumu, vai ko tml. nelabu. Link to comment Share on other sites More sharing options...
johanes Posted April 22, 2004 Author Report Share Posted April 22, 2004 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 More sharing options...
Aleksejs Posted April 22, 2004 Report Share Posted April 22, 2004 Cik saprotu, tad nepareizs username, vai parole. Link to comment Share on other sites More sharing options...
johanes Posted April 22, 2004 Author Report Share Posted April 22, 2004 Cik saprotu, tad nepareizs username, vai parole. mošk serveris nepareizs, jo username un parole ir pareiza :huh: Link to comment Share on other sites More sharing options...
Aleksejs Posted April 22, 2004 Report Share Posted April 22, 2004 Nu tev labāk jāzina, uz kura servera atrodas tava datubāze ;) Link to comment Share on other sites More sharing options...
bubu Posted April 22, 2004 Report Share Posted April 22, 2004 vai tad noraadot serveri priekshaa liekt http:// tas tak apziimee protokolu, bet mysql tak nelieto http, ne? pameegjini bez taa, vai arii tikai ar pliku IP adresi. Link to comment Share on other sites More sharing options...
Recommended Posts