Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: sacco on June 24, 2003, 06:31:26 AM
-
I installed the Twig 2.7.7 on my SME5.6 server. It seems fine until I try to login to Twig. It gives me the error -- Error: Access denied for user: 'www@localhost' (Using password: NO). I checked the MYSQL which can login ok. It looks like the MYSQL is not complied in to the PHP. Any solution for this? Thanks.
-
Your problem is that www with no password is not a valid mysql user. You need to create a user, and configure twig correctly to use that user.
-
I checked the MYSQL twig database, I have the user account setup already. However, it looks like the Twig program can't find the data base file. How can I set up the Twig to use it? Thanks.
-
Well, again, the error is the result of your not having configured twig with a database user and password. Try reading the twig docs for instructions on how to do that.
-
Sorry to bother you agan. Where can I get this doc? It seems not much doc regarding the Twig. Thanks.
-
Well, you can try looking wherever you downloaded twig from, or wherever you extracted it to on your server. There's probably a file named something like README or INSTALL which should explain how to configure it.