Failing to log in in the database

Asked by simone

I tried to install the software but even if the database is set with mysql I repeatedly failed to log in. (note that I moldified the config.ini file to accomodate the user and pw details as definied in my sql database creation. any suggestion?

Question information

Language:
English Edit question
Status:
Solved
For:
LAMA Edit question
Assignee:
No assignee Edit question
Solved by:
Marko Milisavljevic
Solved:
Last query:
Last reply:
Revision history for this message
Best Marko Milisavljevic (marko-cognistudio) said :
#1

config.ini file contains user/password needed to PHP scripts to communicate with MySQL server. When you say you failed to log in, do you mean you got login screen on web interface, but are not able to log in at that screen?

I assume you ran documents/sql/create_database.sql script to create required tables on MySQL server. To be able to log in from web interface you need to create at least one user in users table. You can run script documents/sql/create_demo_users.sql to create user admin, password admin. After that you can add/delete other users using the web interface.

On 2011-07-06, at 7:46 , simone wrote:

> New question #163956 on LAMA:
> https://answers.launchpad.net/mousedb/+question/163956
>
> I tried to install the software but even if the database is set with mysql I repeatedly failed to log in. (note that I moldified the config.ini file to accomodate the user and pw details as definied in my sql database creation. any suggestion?
>
> --
> You received this question notification because you are an answer
> contact for LAMA.

Revision history for this message
simone (simone-polvani) said :
#2

Thank you for your help. I did configured the config.ini with the user and psw i used for database creation with not availe. With admin admin however I logged in and create new user. I still have some problem regarding the user interface: the pages are missing icons and button (probably due to mis-configuration o maybe of zend or php.ini).

Revision history for this message
simone (simone-polvani) said :
#3

Thanks Marko Milisavljevic, that solved my question.