Current time: 04-23-2024, 07:48 PM Hello There, Guest! (LoginRegister)


Post Reply 
problem upgrade 1.03 to 1.04
Author Message
jpcponce Offline
Newbie
*

Posts: 8
Joined: Mar 2009
Reputation: 0
Post: #1
Toungue problem upgrade 1.03 to 1.04
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
03-05-2010 10:13 AM
Find all posts by this user Quote this message in a reply
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #2
RE: problem upgrade 1.03 to 1.04
Please post the output of:

/tmp/db.sql
/tmp/db.sql.stdout
/tmp/db.sql.stderr
03-05-2010 10:31 AM
Visit this user's website Find all posts by this user Quote this message in a reply
jpcponce Offline
Newbie
*

Posts: 8
Joined: Mar 2009
Reputation: 0
Post: #3
RE: problem upgrade 1.03 to 1.04
(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
03-06-2010 04:59 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #4
RE: problem upgrade 1.03 to 1.04
You did not enter the MySQL Password for root ?!

Greze BeNe
03-06-2010 05:20 AM
Visit this user's website Find all posts by this user Quote this message in a reply
jpcponce Offline
Newbie
*

Posts: 8
Joined: Mar 2009
Reputation: 0
Post: #5
RE: problem upgrade 1.03 to 1.04
(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
03-06-2010 05:36 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #6
RE: problem upgrade 1.03 to 1.04
Mean that you never set a Password for your MySQL Server ?

Greez BeNe
03-06-2010 07:13 AM
Visit this user's website Find all posts by this user Quote this message in a reply
jpcponce Offline
Newbie
*

Posts: 8
Joined: Mar 2009
Reputation: 0
Post: #7
RE: problem upgrade 1.03 to 1.04
(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 ?
03-06-2010 08:28 AM
Find all posts by this user Quote this message in a reply
momo Offline
Junior Member
*

Posts: 148
Joined: Jun 2008
Reputation: 1
Post: #8
RE: problem upgrade 1.03 to 1.04
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
03-06-2010 08:51 AM
Find all posts by this user Quote this message in a reply
jpcponce Offline
Newbie
*

Posts: 8
Joined: Mar 2009
Reputation: 0
Post: #9
RE: problem upgrade 1.03 to 1.04
(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
03-06-2010 09:40 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)