#1 Re: Problémy s MySQL » Nelze pripojit k databazi » 2013-11-08 20:05:31

taky nic, ted me to zablokovalo.

Warning: mysql_connect(): Host '109.80.172.9' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' in C:\xampp\htdocs\Routing_web_cz\connect_to_database.php on line 15
Unable to connect to database.

#3 Re: Problémy s MySQL » Nelze pripojit k databazi » 2013-11-08 18:25:38

uzivatela "routing" tam mam, nejde mi v databaze innob.
Ted jsem vsechno smazal. a udelal to znova . porad ta sama chyba. posilam screen
img.jpg

#4 Re: Problémy s MySQL » Nelze pripojit k databazi » 2013-11-08 13:38:10

mam vytvorenyho uzivatele routing. ted jsem to zkousel smazat a vytvorit znova. ale porad nic, stejna chyba

#5 Re: Problémy s MySQL » Nelze pripojit k databazi » 2013-11-08 12:36:49

uz jsem to snad zkousel 10x - heslo mam urcite spravne.

localni prihlaseni funguje v poradku.

prosim o rychlou napravu
diky

#6 Problémy s MySQL » Nelze pripojit k databazi » 2013-11-08 02:25:01

grouprouting
Odpovědi: 11

dobry den chci se zeptat proc nemohu vzdalene prihlasit ke sve databazi? vzdalene ip mam nastavene.

<?php
$localhost = "innodb.endora.cz";
$user = "routing";
$password = "123456";
$database = "routingcz";

mysql_connect($localhost, $user, $password)
        or die("Unable to connect to database.");
mysql_select_db($database)
        or die("Unable to select database.")


?>

chyba

Warning: mysql_connect(): mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file in C:\xampp\htdocs\Routing_web_cz\connect_to_database.php on line 15
Unable to connect to database.

Zápatí

Založeno na FluxBB | CZ a SK