Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: bvdam on August 22, 2002, 03:01:22 PM

Title: Fatal Error trying to login to webmail
Post by: bvdam on August 22, 2002, 03:01:22 PM
How can i fix this error?


object(db_error)(7) {
  ["error_message_prefix"]=>
  string(0) ""
  ["mode"]=>
  int(1)
  ["level"]=>
  int(1024)
  ["code"]=>
  int(-24)
  ["message"]=>
  string(24) "DB Error: connect failed"
  ["userinfo"]=>
  string(86) " [nativecode=Access denied for user: 'horde@localhost' (Using password: YES)] ** Array"
  ["callback"]=>
  NULL
}
[/home/httpd/html/horde/lib/Prefs/sql.php : 102]
Title: Re: Fatal Error trying to login to webmail
Post by: Dan Brown on August 22, 2002, 06:11:27 PM
Try this:

[root@test db]# cd /home/httpd/html/horde/scripts/db/
[root@test db]# mysql < mysql_create.sql
Title: Re: Fatal Error trying to login to webmail
Post by: bvdam on August 23, 2002, 12:22:39 PM
Thank you very much!

That helped :-)