Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Trader (http://www.bvlist.com/forumdisplay.php?f=29)
-   -   DATABASE: mysql_connect: Access denied for user 'user'@'localhost' (http://www.bvlist.com/showthread.php?t=5143)

ciolpalas 29th June 2010 21:39

DATABASE: mysql_connect: Access denied for user 'user'@'localhost'
 
WTF? i uploaded all files to my ftp and chmoded those files and when i go to my website shows this
Code:

:DATABASE: mysql_connect: Access denied for user 'user'@'localhost'  (using password: YES),ok i go to import full database.sql but shows this error:CREATE  TABLE  `announce`  (
`id` int( 10 ) unsigned NOT NULL AUTO_INCREMENT  ,
`announce_url`  varchar(  255 )  NOT NULL default '',
`status` varchar(  255 )  NOT NULL default '',
`force`  varchar(  255 )  NOT NULL default 'NO',
PRIMARY  KEY (  `id`  ) ,
UNIQUE KEY  `announce_url`  ( `announce_url`  ) ,
FULLTEXT KEY  `announce_url_2` ( `announce_url` )
) TYPE = MYISAM AUTO_INCREMENT =1;

can anyone upload a fully working sql database?and tell me where i can change my mysql setings on my ftp?what file?please help me fast ;(

Nightcrawler 29th June 2010 22:10

you have to add your credentials to backend/mysql.php

ciolpalas 30th June 2010 08:31

thanx


All times are GMT +2. The time now is 22:10.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.