ispCP - Board - Support
problem upgrade 1.03 to 1.04 - 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: problem upgrade 1.03 to 1.04 (/thread-9868.html)



problem upgrade 1.03 to 1.04 - jpcponce - 03-05-2010 10:13 AM

Hello : When i tried to upgrade i got the follow message :

ERROR: External command '/usr/bin/mysql --host='localhost' --user='root' --pass='' < /tmp/db.sql 1>/tmp/db.sql.stdout 2>/tmp/db.sql.stderr' returned '1' status !


i have Ubuntu.

thanks


RE: problem upgrade 1.03 to 1.04 - gOOvER - 03-05-2010 10:31 AM

Please post the output of:

/tmp/db.sql
/tmp/db.sql.stdout
/tmp/db.sql.stderr


RE: problem upgrade 1.03 to 1.04 - jpcponce - 03-06-2010 04:59 AM

(03-05-2010 10:31 AM)gOOvER Wrote:  Please post the output of:

/tmp/db.sql
/tmp/db.sql.stdout
/tmp/db.sql.stderr


/tmp/db.sql.stderr
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

stout is empty


RE: problem upgrade 1.03 to 1.04 - BeNe - 03-06-2010 05:20 AM

You did not enter the MySQL Password for root ?!

Greze BeNe


RE: problem upgrade 1.03 to 1.04 - jpcponce - 03-06-2010 05:36 AM

(03-06-2010 05:20 AM)BeNe Wrote:  You did not enter the MySQL Password for root ?!

i never saw the request about passowrd.


Greze BeNe



RE: problem upgrade 1.03 to 1.04 - BeNe - 03-06-2010 07:13 AM

Mean that you never set a Password for your MySQL Server ?

Greez BeNe


RE: problem upgrade 1.03 to 1.04 - jpcponce - 03-06-2010 08:28 AM

(03-06-2010 07:13 AM)BeNe Wrote:  Mean that you never set a Password for your MySQL Server ?

Greez BeNe

I fix it, thank you.

now i can't change "Maintenance mode", how can i change from ssh ?


RE: problem upgrade 1.03 to 1.04 - momo - 03-06-2010 08:51 AM

Quote:now i can't change "Maintenance mode", how can i change from ssh ?
Log in mysql
Code:
use ispcp
UPDATE `config` SET `value` = '0' WHERE `name` = 'MAINTENANCEMODE';
1 = maintenancemode on
0 = opposite


RE: problem upgrade 1.03 to 1.04 - jpcponce - 03-06-2010 09:40 AM

(03-06-2010 08:51 AM)momo Wrote:  
Quote:now i can't change "Maintenance mode", how can i change from ssh ?
Log in mysql
Code:
use ispcp
UPDATE `config` SET `value` = '0' WHERE `name` = 'MAINTENANCEMODE';
1 = maintenancemode on
0 = opposite
Many thanks