On 9/23/06, <b class="gmail_sendername">bijayant kumar</b> <<a href="mailto:bijayant4u@yahoo.com">bijayant4u@yahoo.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>        I have installed Rt on my gentoo-linux box witj the help of wiki written for the gentoo plateform. All goes well, and i found no difficulty doing this. But now when i am trying to login in to the main page it gives me an error that your login name or password is incorrect. I have used PERL and MYSQL as a database. And i am giving login name as root and password as password. I have searched archive, but didnt find any answer for my question. I have posted my question already. Please please help me regarding this, i will be very thankful to you all. 
<br>And one more thing in my apache2 error log i find this error<br><br>[Sat Sep 23 04:30:58 2006] [error]: FAILED LOGIN for root from <a href="http://127.0.0.1" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
127.0.0.1</a> (/var/www/localhost/htdocs/rt/autohandler:238)<br><span class="sg"></span></blockquote></div><br>Hi there,<br><br>Have you correctly initialized the database? Log into your mysql database and check that the tables are there. If they are, run a query to check that your root user is there. This query should list all users:
<br>select name, password from users;<br clear="all"><br>If there are no users listed, then you haven't properly initiated the database and it's probably best to just drop and re-initialise the database to see if that fixes it.
<br><br>I hope that gives you a starting point,<br><br>-- <br>Regards,<br><br>Andrew Nicols