Mit tudok tenni ilyenkor, mi a hiba ebben a php fájlban?
sziasztok
letöltöttem az oktatovideok.hu egyik anyagát de nem tudtam telepíteni a mappában lévő telepítővl ezért leszedtem a legfrissebbet.Végre hajtottam az utasításokat de sajnos nem működött.
a php tartalma:Ha minden frissítéskor (F5) egy újabb Próba János jelenik meg,<br>
<b>az Apache - PHP - MySQL sikeresen be lett állítva!</b>
<br><br>
<?
//establish user connection
mysql_connect("localhost");
//open up database
mysql_create_db("teszt_adatbazis");
mysql_select_db("teszt_adatbazis");
//create table
mysql_query("CREATE TABLE uj_tabla(vezetekNev VARCHAR(25),keresztNev VARCHAR(25))");
mysql_query ("INSERT INTO uj_tabla (vezetekNev, keresztNev) VALUES ('Próba', 'János')");
//display the information
$result = mysql_query ("SELECT * FROM uj_tabla");
while($row = mysql_fetch_array($result))
{
print ("Új ember felvéve: " . $row["vezetekNev"]." ".$row["keresztNev"]." <br>\n");
}
//close user connection
mysql_close();
hiba:
Warning: Bad handshake in C:\phpWeb\testmysql.php on line 6
Warning: MySQL Connection Failed: Bad handshake in C:\phpWeb\testmysql.php on line 6
Warning: Bad handshake in C:\phpWeb\testmysql.php on line 8
Warning: MySQL Connection Failed: Bad handshake in C:\phpWeb\testmysql.php on line 8
Warning: MySQL: A link to the server could not be established in C:\phpWeb\testmysql.php on line 8
Warning: Bad handshake in C:\phpWeb\testmysql.php on line 9
Warning: MySQL Connection Failed: Bad handshake in C:\phpWeb\testmysql.php on line 9
Warning: MySQL: A link to the server could not be established in C:\phpWeb\testmysql.php on line 9
Warning: Bad handshake in C:\phpWeb\testmysql.php on line 11
Warning: MySQL Connection Failed: Bad handshake in C:\phpWeb\testmysql.php on line 11
Warning: MySQL: A link to the server could not be established in C:\phpWeb\testmysql.php on line 11
Warning: Bad handshake in C:\phpWeb\testmysql.php on line 12
Warning: MySQL Connection Failed: Bad handshake in C:\phpWeb\testmysql.php on line 12
Warning: MySQL: A link to the server could not be established in C:\phpWeb\testmysql.php on line 12
Warning: Bad handshake in C:\phpWeb\testmysql.php on line 14
Warning: MySQL Connection Failed: Bad handshake in C:\phpWeb\testmysql.php on line 14
Warning: MySQL: A link to the server could not be established in C:\phpWeb\testmysql.php on line 14
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\phpWeb\testmysql.php on line 15
Warning: mysql_close(): no MySQL-Link resource supplied in C:\phpWeb\testmysql.php on line 20
segítségteket előre is köszönöm
Szolval nemtudom:)
türelmet:))
phpWeb\testmysql.php on line 6
hibánál mire hivatkozik?
erre:
mysql_connect("localhost");
:) akkor a probléma megoldva! remélem..
localhost
msql nek ez az alap belépése
mármint a msql servernek
ha ezt javitod megoldodik a probléma:)
:)
windows 7 ultimate x86, apache
a mysqlt meg lehetetlen telepíteni mert mostanában befagy a telepítője
pont hogy nem
ez a fájl a mysql tlepítésére lenne mármint ha sikere akikor kikéne írnia minden frissítésnél egy próba jánot de nem tudom fel rakni
tudnál segíteni?:D
Megprobálok
de pont az a baj hogy az msql server nem müködik
ezért nem is tud táblákat létrehozni
:)
Kapcsolódó kérdések:
Minden jog fenntartva © 2025, www.gyakorikerdesek.hu
GYIK | Szabályzat | Jogi nyilatkozat | Adatvédelem | Cookie beállítások | WebMinute Kft. | Facebook | Kapcsolat: info(kukac)gyakorikerdesek.hu
Ha kifogással szeretne élni valamely tartalommal kapcsolatban, kérjük jelezze e-mailes elérhetőségünkön!