• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Help giup em sửa lỗi này với.

thainguyencity

New Member
Đây này sửa thế nào giúp Warning : mysql_connect() [ function.mysql-connect ]: Access denied for user 'root'@'localhost' (using password: NO) in /home/wapdaivi/public_html/functions.php on line 4
Could not connect to database!
 
em sửa bừa thành thế này. <?php
$dbhost = 'localhost'; // HOST
$dbuser = 'root'; // wapdaivi
$dbpasswd = ''; // @luan95
$dbname = 'up'; // wapdaivi_wap
?>

Sửa thành
PHP:
<?php
 $dbhost = 'localhost'; // HOST
 $dbuser = 'tên đăng nhập host'; // wapdaivi
 $dbpasswd = 'pass data'; // @luan95
 $dbname = 'tên database'; // wapdaivi_wap
?>
 

New posts New threads New resources

Back
Top