- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: safe_mysqld &
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
01-05-2004 01:18 AM
01-05-2004 01:18 AM
starting mysqld daemon with databases from /usr/local/var
mysqld daemon ended and then nothing... I have nooo clue what it means or what the problem could be. I think it's a simple fix but i'm not sure what. Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 01:57 AM
01-05-2004 01:57 AM
Re: safe_mysqld &
Hopefully not root. Most databases are not designed to be started by root user.
You could try routing the output from the startup script to a file.
/usr/local/bin/safe_mysqld > /tmp/collector.txt
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
01-05-2004 02:05 AM
01-05-2004 02:05 AM
Re: safe_mysqld &
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 03:16 AM
01-05-2004 03:16 AM
Re: safe_mysqld &
check out the mysql.server script in the
support-files directory. I have stuffed that into my init.d and it works without problems for to to start mysql automatically.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 04:59 AM
01-05-2004 04:59 AM
Re: safe_mysqld &
Kyle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 05:28 AM
01-05-2004 05:28 AM
Re: safe_mysqld &
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 06:05 AM
01-05-2004 06:05 AM
SolutionThe standard instructions for Oracle, Software AG and other databases call for installation of binaries as a user other than root. That user owns the binaries and the shared memory areas that the database operates through.
I'm going to take a peek at the install guidelines, but would like to advise that running database software like this as root is a potential security hazard.
Not that this deals with your issue, but it might not be good practice.
If I find anything, I'll post back.
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
01-05-2004 06:28 AM
01-05-2004 06:28 AM
Re: safe_mysqld &
the directory is named support-files in the source distribution. Loooking at my installed
binaries it can be found in
/usr/local/mysql/share/mysql/
Depending on where you have put your mysql installation the /usr/local part might vary for you.
I do agree with SEP on the general advise not to run the DB as root. I do have a book on MySQL that discusses all this quite well. I shall look the details up when I am at home.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 01:45 PM
01-05-2004 01:45 PM
Re: safe_mysqld &
a book I liked about this stuff (also discusses security implications of running the server as root ;-) is
Paul DuBois
MySQL
Developers Library Sams
http://www.samspublishing.com/catalog/product.asp?product_id={FC784549-C0F6-44BC-8D69-393B557CDF40}
Generally speaking I do like the O'Reilly books very much, but for this particular topic found this book better.
Obviously all IMHO and YMMV ;-)
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2004 12:10 AM
01-06-2004 12:10 AM