i php5.2.9 + mysql5.1 + apache2.2.6 win xp yüklü hav. iam mümkün olsun php mysql ile bağlantı yok

1 Cevap php

i php5.2.9 + mysql5.1 + apache2.2.6 win xp yüklü. Ben get php mysql ile bağlanmak mümkün değilim. Burada kodudur. `

<? php 
$link=mysql_connect('localhost','root','godismine');

if(!$link) 
echo "fail"; 

else echo "success"; 

mysql_close(); 
 ?>

i don't think there is any error in code. phpinfo is showing mysql support so it cant be installation issue. iam jst not able get the prob. whenever i run this script i just get a blank screen. please help. iam new in php .

1 Cevap

Siz de veritabanında kullanıcılar / hibe haklar yaratmak mı? Her durumda, root olarak bağlayan gerçekten iyi bir fikir değildir.