Before I start I must say that I am VERY impressed with the quality of assistance that is provided by this forum. It has helped me greatly in setting up SME server and addressing issues I have also come accross. I hope that in time I will also be able to contribute.
I am looking for help on how to install phnuke onto my sme server. Some back ground.
I am running 5.6 U4. I have loaded several rpm from the contrib site and have succesfully installed most of them todate.
I ran into problems when I tried to follow a how to on installing Ezcontents on SME. This did not work, adn I believ that a command I gave in MYSQL as follows in the brackets ( "grant all on ezcontents.* to root@localhost identified by ' ' ; ) set up a blank password in mysql.
I can get into mysql using the only as a password on the command line, but I am unable to use the web phpmyadmin web access.
The issue
I tried to load phpnuke and received the following error message
[root@pc7-server phpnuke]# rpm -Uvh *.rpm
Preparing... ########################################### [100%]
1:dmc-mitel-myphpnuke ########################################### [100%]
Creating database...
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: YES)'
ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)
ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: YES)'
What can I do?