I just tried to setup the beta on a new database and new path next to our old roster install.
The first couple of steps go fine, (put the files there, created a database, went to the site with my browser, checks were ok).
However, when I enter the database information it returns:
- Code: Select all
Failed to connect to database hoh_roster2 as roster2@black.owl-ict.nl
Hmm...
On the commandline:
- Code: Select all
# mysql -u roster2 -h black.owl-ict.nl -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 665167 to server version: 5.0.37
So that works.
However, in the errorlog I noticed something strange:
- Code: Select all
[Tue Aug 21 16:25:55 2007] [error] [client 84.86.177.176] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for use
r 'www'@'purple.owl-ict.nl' (using password: NO) in /www/vhosts/www.handofhades.eu/roster2/lib/dbal/mysql.php on line 103, referer: http://www.handofhades.eu/roster2/
index.php
... user 'www' ???
That's not what I entered.
Also the using password 'NO' is definately invalid.
Any ideas?
Using PHP verison 4.4.7 and MySQL 5.0.37.
Thanks.