VB help (mysql)

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Kashanova
Forum Newbie
Posts: 2
Joined: Thu Jan 08, 2004 12:48 pm

VB help (mysql)

Post by Kashanova »

I'm trying to install my forums and when it try to connet to mysql look what comes out

Attempting to attach to database...


Warning: mysql_connect(): Access denied for user: 'kash_Kashanova@localhost' (Using password: YES) in /home/kash/public_html/Forum/admin/db_mysql.php on line 40

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/kash/public_html/Forum/admin/db_mysql.php on line 47

The database has failed to connect because you do not have permission to connect to the server. Please go back to the last step and ensure that you have entered all your login details correctly
User avatar
Saethyr
Forum Contributor
Posts: 182
Joined: Thu Sep 25, 2003 9:21 am
Location: Wichita, Kansas USA
Contact:

Post by Saethyr »

apparently 'kash_Kashanova' is not a user in your database or your password is incorrect. Are you using mysql hosted on your machine or another host?


Saethyr
Kashanova
Forum Newbie
Posts: 2
Joined: Thu Jan 08, 2004 12:48 pm

Post by Kashanova »

i got two, both didn't work i use one from my site and one from an other
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

mysql

Post by ol4pr0 »

ARe you normally able to get in the mysql ?

http://localhost/mysql/?


because you must have added something wrong in the install /config script to cuase those errors if you normally do have permission to log in as kashanova.. or whatever...


you trying to install a php bb2 ? or... cause in that case you might try there own forums .. on having it installed..
Post Reply