Nemanja015
31.1.2009, 21:10
Može li pomoć oko ispunjavanja dela koda jedne php stranice!
Naime izbacio je gresku
Warning: mysqli_connect() [function.mysqli-connect]: Access denied for user 'phorum5'@'localhost' (using password: YES) in c:\PHP\phorum-5.2.9a\include\db\mysql\mysqli.php on line 81
The database connection failed. Please check your database configuration in include/db/config.php. If the configuration is okay, check if the database server is running.
I onda sam shvatio gde gresim:
$conn = mysqli_connect(
$PHORUM['DBCONFIG']['localhost'],
$PHORUM['DBCONFIG']['user'],
$PHORUM['DBCONFIG']['password'],
$PHORUM['DBCONFIG']['name'],
$PHORUM['DBCONFIG']['port'],
$PHORUM['DBCONFIG']['socket']
);
Ne znam kakav pasvord , user, password. name, port i socket!
Unapred hvala!
Naime izbacio je gresku
Warning: mysqli_connect() [function.mysqli-connect]: Access denied for user 'phorum5'@'localhost' (using password: YES) in c:\PHP\phorum-5.2.9a\include\db\mysql\mysqli.php on line 81
The database connection failed. Please check your database configuration in include/db/config.php. If the configuration is okay, check if the database server is running.
I onda sam shvatio gde gresim:
$conn = mysqli_connect(
$PHORUM['DBCONFIG']['localhost'],
$PHORUM['DBCONFIG']['user'],
$PHORUM['DBCONFIG']['password'],
$PHORUM['DBCONFIG']['name'],
$PHORUM['DBCONFIG']['port'],
$PHORUM['DBCONFIG']['socket']
);
Ne znam kakav pasvord , user, password. name, port i socket!
Unapred hvala!