******** This is similar to the error I got when doing make
database-initialize ***********
[EMAIL PROTECTED] etc]# mysqladmin drop rt3
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'
[EMAIL PROTECTED] etc]#
******** This failed too... files are still in /var/lib/mysql/rt3
**************
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.
Check your root password for MySQL. Can you log into MySQL?
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.
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.
--
Regards,
Andrew Nicols
_______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com