Hello Guys.
I've followed the Upgrade instructions acuratly severel times. Trying to Upgrade from 1.0.3 to 1.0.5.
I'm getting this error. I think it might have been a wrong setting in MySQL upgrade. I set the Anonymus user off and dissalowed remote access to root.
Are these setting ok?
I use root for my IspCP db access.
Any help would greatly be appreciated.
Code:
srv01:/tmp# vi ispcp-update-database.log
Connection failed: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
 
Code:
srv01:/var/www/ispcp/engine/setup# perl ispcp-update
        Welcome to ispCP '1.0.5 OMEGA' Update Dialog.
        This program will update your current ispCP OMEGA installation on this
        server.
        Please make sure you did a backup of all your server data.
        NOTE: During the migration process some or all services might require to
        be shut down.
        WARNING: Only services that are not marked with 'NO' in your ispcp.conf
        configuration file will be processed by this program.
        Do you want to continue [Y/n]:
        NOTICE: Make sure you have read and performed all steps from
        docs/distro/INSTALL document (where distro is your linux distribution).
        Do you want to continue [Y/n/?]:
         Stopping Services: .........                                                     Done
        ispCP main configuration file
         Loading old ispCP configuration file                                             Done
         Update ispCP configuration file:                                                 Done
         Check ispCP configuration file:                                                  Done
        ispCP database
         Update ispCP database schema                                                   Failed
        FATAL: An error was occured during update process!
        Correct it and re-run this program.
        You can find help at http://isp-control.net/forum
 
Thanks