- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to config mysql and use it ?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 05:23 PM
09-06-2007 05:23 PM
how to config mysql and use it ?
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 05:34 PM
09-06-2007 05:34 PM
Re: how to config mysql and use it ?
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 05:51 PM
09-06-2007 05:51 PM
Re: how to config mysql and use it ?
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 05:51 PM
09-06-2007 05:51 PM
Re: how to config mysql and use it ?
i don't know how to start the mysql in the server.thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 05:56 PM
09-06-2007 05:56 PM
Re: how to config mysql and use it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 06:01 PM
09-06-2007 06:01 PM
Re: how to config mysql and use it ?
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 07:39 PM
09-06-2007 07:39 PM
Re: how to config mysql and use it ?
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?