Hey guys,
I’ll try to explain my problem as easy as possible
[SIZE=4]1. Setup[/SIZE]
I have one Server (name bo01), which should be accessable over the network via two different aliases:
- ugs-sds-gas
- ugs-sds-sole
ugs-sds-gas
Apache-Server (webroot directory) runs on C:\VH\Gas\webroot
MySQL-Server listens on localhost:3316 (which is bo01:3316)
ugs-sds-sole
Apache-Server (webroot directory) runs on C:\VH\Sole\webroot
MySQL-Server listens on localhost:3326 (which is bo01:3326)
[SIZE=4]2. Problem[/SIZE]
When I now try to set-up the database at the ugs-sds-gas server and enter the log-in credentials from the MySQL-Server, and click “Test connection” it says, that the connection was all right.
But when I now open the main-application it says “Access denied for user ‘sds’@‘localhost’ to database 'information_schema”. As you see, i have configured the db-user ‘sds’. The interesting part now is, when I re-run the database-configuration and change the user to “foobar” (we presume, that user exists), but the error stays the same (“Access denied for user ‘sds’@‘localhost’ to database 'information_schema”), also when I change the db-server-domain -> still the same error.
And now the strange part: On ugs-sds-sole everything works just fine. AND i can connect to all databases with an mysql-manager (heidisql).
So I presume that there’s something fouled up with the scriptcase-configuration, but I’m not sure.
Has anybody an idea where the error might be? I hope you can help.
Regards