ispCP - Board - Support
[SOLVED] Update 1.0.2 > 1.0.3 issue, db update fail - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: [SOLVED] Update 1.0.2 > 1.0.3 issue, db update fail (/thread-8830.html)

Pages: 1 2


RE: Update 1.0.2 > 1.0.3 issue, db update fail - Ignas Galuskinas - 12-21-2009 06:17 AM

Thanks for nuxwin job on sunday night problem was solved.
If every company had such support - the world would be heaven.


RE: [SOLVED] Update 1.0.2 > 1.0.3 issue, db update fail - salex - 12-21-2009 11:39 PM

And what was the solution? I've came across the same problem.

I'm getting
Connection failed: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES)

Besides
I've tried to change password several times, but after running update script it changes ispcp.conf to
DATABASE_PASSWORD = VsixX2YMyibclZJUBb/Q0Q==
whatever password I told to ispcp-db-passwd script


RE: [SOLVED] Update 1.0.2 > 1.0.3 issue, db update fail - sfera - 12-22-2009 12:47 AM

(12-21-2009 11:39 PM)salex Wrote:  And what was the solution? I've came across the same problem.

I'm getting
Connection failed: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES)

Besides
I've tried to change password several times, but after running update script it changes ispcp.conf to
DATABASE_PASSWORD = VsixX2YMyibclZJUBb/Q0Q==
whatever password I told to ispcp-db-passwd script

Hi.

You need delete the old password from /etc/ispcp/ispcp.conf , and next generate the new password using /var/www/ispcp/engine/ispcp-db-passwd.

Now you need enter to /etc/ispcp/ispcp.conf and copy the new password and insert it in /etc/ispcp/ispcp.old.conf.

And now you use the update script

Best regards


RE: [SOLVED] Update 1.0.2 > 1.0.3 issue, db update fail - salex - 12-22-2009 01:46 AM

(12-22-2009 12:47 AM)sfera Wrote:  
(12-21-2009 11:39 PM)salex Wrote:  And what was the solution? I've came across the same problem.

I'm getting
Connection failed: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES)

Besides
I've tried to change password several times, but after running update script it changes ispcp.conf to
DATABASE_PASSWORD = VsixX2YMyibclZJUBb/Q0Q==
whatever password I told to ispcp-db-passwd script

Hi.

You need delete the old password from /etc/ispcp/ispcp.conf , and next generate the new password using /var/www/ispcp/engine/ispcp-db-passwd.

Now you need enter to /etc/ispcp/ispcp.conf and copy the new password and insert it in /etc/ispcp/ispcp.old.conf.

And now you use the update script

Best regards

Thanx, that worked for me