View Single Post
  #13  
Old 8th January 2010, 19:40
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by ScriptKiddie View Post
Code:
Warning: mysql_query() [function.mysql-query]: Access denied for user 'root'@'localhost' (using password: NO) in .../include/functions.php on line 1879
 
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in .../include/functions.php on line 1879
SQL Error
Access denied for user 'root'@'localhost' (using password: NO)
in .../include/functions.php, line 1879

why i have that error ? and how can i fix ...
please read install on Post one
Quote:
3. Locate the "include" folder and edit config.php to set the basic information for your mysql account.
The others can be edited with the Admin Panel.

The dbhost is the address for accessing your mysql server (90% of the time it works if
left as localhost).

$dbhost = "localhost";
dbuser is the username you use to access your mysql server.
$dbuser = "yourdbusername";
dbpass is your password you use to access your mysql server.
$dbpass = "yourdbpassword";
database is the database name.
$database = "databasename";
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote