
Installing & Running MySQL
218
Running MySQL on Linux-based Servers
Running MySQL on Linux-based Servers
To run MySQL on Linux-based servers type the following:
shell>
bin/safe_mysqld --user=mysql &
If you want to start MySQL automatically:
1
Copy
/support-files/mysql.server
to the directory which
contains the startup files.
2
Enter the following commands:
shell>
chmod a+x mysql.server
shell>
cp mysql.server /etc/rc.d/init.d/mysql
shell>
ln -s /etc/rc.d/init.d/mysql /etc/rc.d/rc3.d/S99mysql
shell>
ln -s /etc/rc.d/init.d/mysql /etc/rc.d/rc0.d/S01mysql
shell>
chkconfig --add mysql
3
Reboot the server.
Содержание Neoware m100
Страница 1: ...HP Device Manager 3 8 User Manual ...
Страница 9: ...Table of Contents ix APPENDIX C Error Code Reference 219 Error Codes 219 Index 239 ...
Страница 10: ...Table of Contents x ...
Страница 20: ...Introduction 10 About This Manual ...
Страница 46: ...Installing HP Device Manager 36 Uninstalling Device Manager ...
Страница 218: ...Configuration Management 208 Report Management 3 Click Generate Report to preview the report ...