HP-UX OSRA for Web Services 2.5 Blueprint and Configuration Guide
# chmod -R 0777 data
# chmod -R mysql data
6. Run the configuration script by entering the following command:
# ./configure
There are several MySQL startup options:
# /usr/local/mysql-enterprise-<version-platform>/bin/mysqld start
# /usr/local/mysql-enterprise-<version-platform>/bin/mysqld_safe
<options> - safe start (restart on error, log errors).
To manage several mysqld processes running in different UNIX sockets and TCP/IP port, enter
the following command:#
/usr/local/mysql-enterprise-<version-platform>/bin/mysqld_multi <options>
To start a MySQL client enter the following command:
# /usr/local/mysql-enterprise-<version-platform>/bin/mysql <options>
To shutdown MySQL, enter the following command:
# /usr/local/mysql-enterprise-<version-platform>/bin/mysqld stop
System Startup and Shutdown:
See mysql.server(1) or MySQL documentation for instructions on how to set up the system to
carry out startup and shutdowns
22 Installation, Configuration and Integration