LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Starting Mysql server at booting time (https://www.linuxquestions.org/questions/linux-software-2/starting-mysql-server-at-booting-time-95442/)

learner 09-22-2003 06:26 AM

Starting Mysql server at booting time
 
I am novice person to linux one silly question.

can anybody tell me how can i start mysql database server at booting time only ? currently i have to start it manually after.

david_ross 09-22-2003 07:18 AM

It depends what distro you have (goof idea to fill it in at the user cp) and how you installed mysql. You could try:
chkconfig --levels 345 mysqld on

UltimaGuy 09-22-2003 07:47 AM

In redhat, you can use the command ntsysv as root to start services at boot time.


All times are GMT -5. The time now is 05:02 AM.