Software >> Services >> RDBMS >> MySQL >> Linux >> How to start mysqld server and set to automatically start upon boot upTo start manually # /etc/init.d/mysqld start To set automatic start for run levels 3,4,5,6 # chkconfig --level 3456 mysqld on verify # chkconfig --list mysqld
|