Operating System - HP-UX
1833767 Members
2802 Online
110063 Solutions
New Discussion

Re: how to config mysql and use it ?

 
litianbao
Occasional Advisor

how to config mysql and use it ?

mysql version:5.0.45
my OS 11.11
when I install the source depot path:/var/opt/mx/depot11/mysqlxxxxx.depot
and the target path is /
.now how can i to start the mysql?
i use /bin/safemysqld & .but cann't start it.any config need me to do ?
6 REPLIES 6
Torsten.
Acclaimed Contributor

Re: how to config mysql and use it ?

You have another thread open regarding this:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1158482

There are links to documentations and sources.
You wrote about a successful installation there.

Did you perform all steps from
http://h20293.www2.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=HPUXIEXP1111 ?

Not sure where your problem is now.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Steven E. Protter
Exalted Contributor

Re: how to config mysql and use it ?

Shalom,

Configuring mysqld:

http://biowarehouse.ai.sri.com/repos/doc/Environment.html
http://wiki.typo3.org/index.php/MySQL_configuration

securing it:
http://www.securityfocus.com/infocus/1726

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 config mysql and use it ?

yes.i follow the step.and install sucessful.
i don't know how to start the mysql in the server.thank you
AwadheshPandey
Honored Contributor

Re: how to config mysql and use it ?

http://dev.mysql.com/doc/
It's kind of fun to do the impossible
Torsten.
Acclaimed Contributor

Re: how to config mysql and use it ?

Check if it is running already
ps -ef|grep mysql
Check if startup is enabled
more /etc/rc.config.d/mysqld
startup is done by
/sbin/init.d/mysqld

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
litianbao
Occasional Advisor

Re: how to config mysql and use it ?

thank you,gentlemans.
i can start my database.is the database has default password?
when excute the command:mysql -p -h host -u root.it ask me to input password.i can't set it.why?