Current time: 05-16-2024, 05:26 AM Hello There, Guest! (LoginRegister)


Post Reply 
update problem 1.0.0 to 1.0.2
Author Message
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #2
RE: update problem 1.0.0 to 1.0.2
Problem is caused by mysql password containing
Code:
`! or $
Upgrade to trunk instead or change in ispcp-update
Code:
$rs = sys_command("$main::cfg{'CMD_MYSQL'} --host=\"$main::db_host\" -u\"$main::db_user\" -p\"$main::db_pwd\" < /tmp/db.sql");
in
Code:
$rs = sys_command("$main::cfg{'CMD_MYSQL'} --host='$main::db_host' -u'$main::db_user' -p'$main::db_pwd' < /tmp/db.sql");
(This post was last modified: 09-14-2009 05:26 AM by sci2tech.)
09-14-2009 05:25 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
update problem 1.0.0 to 1.0.2 - tuxee - 09-14-2009, 05:17 AM
RE: update problem 1.0.0 to 1.0.2 - sci2tech - 09-14-2009 05:25 AM
RE: update problem 1.0.0 to 1.0.2 - tuxee - 09-14-2009, 06:12 AM
RE: update problem 1.0.0 to 1.0.2 - tuxee - 09-17-2009, 08:49 PM

Forum Jump:


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