View previous topic :: View next topic |
Author |
Message |
quiet-storm
Joined: 09 Aug 2004 Posts: 4
|
Posted: Sun Oct 10, 2004 8:36 pm Post subject: mysql making up usernames |
|
|
this is what i'm seeing:
Quote: | Warning: mysql_connect(): Access denied for user: 'quietst_robbie@localhost' (Using password: YES) in /home/quietst/public_html/robbie/b2install.php on line 17
Can't connect to the database
Access denied for user: 'quietst_robbie@localhost' (Using password: YES) |
the problem is that it's adding an "@localhost" to the end of the username, which is not supposed to be there. how do i stop it from doing that? |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 626 Location: Oslo, Norway
|
Posted: Mon Oct 11, 2004 9:22 am Post subject: |
|
|
This isn't wrong, it's the way your username is dealt with.
Make sure that your mySQL database IS at localhost, or else it may be the problem (localhost is the default when installing b2, and on most server it's no problem).
You should also be aware that dbusername doesn't have to be the same as your server/FTP username:p
Be sure that both the dbusername, db password and the db itself (localhost or what your host tells you) is correctly entered in b2config.php _________________ Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center |
|
Back to top |
|
 |
|