I am having trouble with the database connection / authentication. This occurred with previous builds already.
Installation went just fine and I was able to upload my guild data successfully, but when trying to install a first addon like "Memberlist", I am getting a databse error saying
- Code: Select all
1044: Access denied for user 'dbuser'@'localhost' to database 'dbname'
(where dbuser and dbname exactly match the correct values)
Without posting the full lot, this is what it fails at:
- Code: Select all
SQL:
CREATE TEMPORARY TABLE `backup_roster_addon_config` LIKE `roster_addon_config`
File: lib/dbal/mysql.php
Line: 202
Some info on the system:
- Code: Select all
Basic Server Info
OS Linux
Server Software NOYB
MySQL Version 4.1.22-max-log
I checked the db and it seems to populate the roster_addon table correctly, but fails when it comes to roster_addon_config. I am using the German locale (if that matters).
When going back to the addon config after that, I got a green box indicating a successful install, when I repeat that for the activation bit, it also shows "green", but I actually never managed to see the memberlist yet.
I don't see a "user error" here, because I just provided the db login data once and the installation went right - so it's obviously the correct dbuser/pass information. But I can't figure what the problem is.
Kind regards,
Tweetor