Operating System - HP-UX
1833694 Members
3831 Online
110062 Solutions
New Discussion

how to install mysql in my server?

 
SOLVED
Go to solution
litianbao
Occasional Advisor

how to install mysql in my server?

my system version is 11.11.i download mysql in a file.i use the command(like to install patch) to install it.fail result. how can i install it?is there any setting for some script file?
waiting for your answer.thank you
8 REPLIES 8
Ivan Krastev
Honored Contributor
Solution

Re: how to install mysql in my server?

Download it from software depot - http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111

and read installation guide - http://h20293.www2.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=HPUXIEXP1111

If you have any error during installation please post exact message.


regards,
ivan
Steven E. Protter
Exalted Contributor

Re: how to install mysql in my server?

Shalom,

Save the depot to /tmp

Lets say its /tmp/mysql.depot

swinstall -s /tmp/mysql.depot \*

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
litianbao
Occasional Advisor

Re: how to install mysql in my server?

hi,thank you.now i install it with SD-UX,but the logfile tell me the target path faild analysis.i set the target path /opt or others.but get the same fail information.why ?
thank you
Dennis Handly
Acclaimed Contributor

Re: how to install mysql in my server?

>but the logfile tell me the target path failed analysis. i set the target path /opt or others. but get the same fail information. why?

It would help if you attach or cut&paste the exact error message. You probably are missing a dependency.
litianbao
Occasional Advisor

Re: how to install mysql in my server?

hi,this is my logfile.thank you
Dennis Handly
Acclaimed Contributor

Re: how to install mysql in my server?

>i set the target path /opt or others.

Just take the default.

It appears you are using "@" to set alternate root> You can't do that:
ERROR: ixMySQL can NOT be configured from an alternate root environment!
litianbao
Occasional Advisor

Re: how to install mysql in my server?

thank you for all of you to help me solve my problem.now i success to install it.thank you
Dennis Handly
Acclaimed Contributor

Re: how to install mysql in my server?