On 9/7/06, <b class="gmail_sendername">Frank Saxton</b> <<a href="mailto:frankie@easyrider.com">frankie@easyrider.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;">
******** This is similar to the error I got when doing make<br>database-initialize ***********<br><br>[root@patrol etc]# mysqladmin drop rt3<br>mysqladmin: connect to server at 'localhost' failed<br>error: 'Access denied for user 'root'@'localhost' (using password: NO)'
<br>[root@patrol etc]#<br><br>******** This failed too... files are still in /var/lib/mysql/rt3<br>**************</blockquote><div><br>This isn't an RT error as such. The error being reported here is saying that the mysql database user root has the incorrect password, therefore the initialize-database script is unable to log into your MySQL database and create the database structure and initial inserts.
<br>Check your root password for MySQL. Can you log into MySQL?<br>If you can log into MySQL with the mysql root user, but need to specify a password to do so, then you need to put this into your RT_SiteConfig.pm and then re-run the make initialize-database.
<br>I seem to recall you also need to create the initial rt table for MySQL RT databases, but as I'm not using MySQL I can't confirm.<br></div><br></div><br>-- <br>Regards,<br><br>Andrew Nicols