- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- When mysql daemon start, error message
Operating System - HP-UX
1820072
Members
2447
Online
109608
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО08-23-2002 12:52 AM
тАО08-23-2002 12:52 AM
When mysql daemon start, error message
When mysql daemon start, I have problem as below.. Help me
touch: /opt/mysql/var/icu6.err cannot create
chown: unknown user id mysql
Starting mysqld daemon with databases from /opt/mysql/var
./bin/safe_mysqld[229]: /opt/mysql/var/icu6.err: Cannot create the specified file.
./bin/safe_mysqld[235]: /opt/mysql/var/icu6.err: Cannot create the specified file.
tee: cannot open /opt/mysql/var/icu6.err
020823 18:00:28 mysqld ended
tee: cannot open /opt/mysql/var/icu6.err
touch: /opt/mysql/var/icu6.err cannot create
chown: unknown user id mysql
Starting mysqld daemon with databases from /opt/mysql/var
./bin/safe_mysqld[229]: /opt/mysql/var/icu6.err: Cannot create the specified file.
./bin/safe_mysqld[235]: /opt/mysql/var/icu6.err: Cannot create the specified file.
tee: cannot open /opt/mysql/var/icu6.err
020823 18:00:28 mysqld ended
tee: cannot open /opt/mysql/var/icu6.err
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2002 01:03 AM
тАО08-23-2002 01:03 AM
Re: When mysql daemon start, error message
I am not sure about the procedure to start mysql daemon but from the messages I can guess as
The daemon requires a user 'mysql'
I think you need to create a user with name mysql with home directory as /opt/mysql
Also you should provide a
chown -R mysql /opt/mysql
THanks
The daemon requires a user 'mysql'
I think you need to create a user with name mysql with home directory as /opt/mysql
Also you should provide a
chown -R mysql /opt/mysql
THanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2002 01:09 AM
тАО08-23-2002 01:09 AM
Re: When mysql daemon start, error message
Just went through some pages found this.
//*
The basic commands you must execute to install a MySQL source distribution are:
shell> groupadd mysql
shell> useradd -g mysql mysql
shell> gunzip < mysql-VERSION.tar.gz | tar -xvf -
shell> cd mysql-VERSION
shell> ./configure --prefix=/opt/mysql
shell> make
shell> make install
shell> scripts/mysql_install_db
shell> chown -R root /opt/mysql
shell> chown -R mysql /opt/mysql/var
shell> chgrp -R mysql /opt/mysql
shell> cp support-files/my-medium.cnf /etc/my.cnf
shell> /opt/mysql/bin/safe_mysqld --user=mysql &
or
shell> /opt/mysql/bin/mysqld_safe --user=mysql &
if you are running MySQL 4.x.
*//
//*
The basic commands you must execute to install a MySQL source distribution are:
shell> groupadd mysql
shell> useradd -g mysql mysql
shell> gunzip < mysql-VERSION.tar.gz | tar -xvf -
shell> cd mysql-VERSION
shell> ./configure --prefix=/opt/mysql
shell> make
shell> make install
shell> scripts/mysql_install_db
shell> chown -R root /opt/mysql
shell> chown -R mysql /opt/mysql/var
shell> chgrp -R mysql /opt/mysql
shell> cp support-files/my-medium.cnf /etc/my.cnf
shell> /opt/mysql/bin/safe_mysqld --user=mysql &
or
shell> /opt/mysql/bin/mysqld_safe --user=mysql &
if you are running MySQL 4.x.
*//
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP