Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to set MySQL to start automatically in Linux

2025-04-10 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the relevant knowledge of "how to set MySQL to start automatically in Linux". The editor shows you the operation process through an actual case. The method of operation is simple, fast and practical. I hope this article "how to set MySQL in Linux to start automatically" can help you solve the problem.

Linux sets MySQL to start automatically

1. Copy the service file to init.d and rename it to mysql

Cp / usr/local/mysql/support-files/mysql.server / etc/init.d/mysqld

two。 Give executable permissions

Chmod + x / etc/init.d/mysqld

3. Add Servic

Chkconfig-add mysqld

4. Display a list of services

Chkconfig-list

5. See 3, 4, 5 status is on or on indicates success. If it is off or off, execute it.

Chkconfig-level 345 mysqld on

6. Restart the computer

This is the end of reboot's introduction on "how to set up MySQL to start automatically in Linux". Thank you for your reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report