I was running through the geeklog contrib by Abe Lovelss and ran into a snag:
[root@server root]# rpm -Uvh smeserver-geeklog-1.3.9*.noarch.rpm
Preparing... ########################################### [100%]
1:smeserver-geeklog-1.3.9########################################### [100%]
Gracefully reloading httpd: [ OK ]
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: YES)'
Creating database...
ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: YES)'
I assume this is because I set a password for mysql root user as recommended at mysql.org So, how do I make this rpm install run correctly? I don't see a way of removing the root password to do the install on the mysql.org website. I have never really messed with mysql before. Any suggestions?