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
Üdv:)
Elküldöd nekem melyik az a oktató videó?
Öszinte leszek én se nagyon értek az MySQL hoz
de annyit segitségül hogy megnézed hogy amit hibának ír ki
Warning: Bad handshake in C:\phpWeb\testmysql.php on line 12
pl itt az egyik ,,testmysql.php on line 12 tehát mi van a 12 sorába ?
azt kellene javitani valahogy
a videot végig néztem de nem mondott semmit
általába a mysql server név localhost szokott lenni
eltudod nekem küldeni a testmysql.php tartalmát?
ott van az elején
a close részig bezárólag
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!