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 reopen the mysql database after closing it

2025-02-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

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

This article is about how to open mysql database after closing it. Xiao Bian thinks it is quite practical, so share it for everyone to make a reference. Let's follow the editor and have a look.

How to reopen mysql database after closing it: execute [service msyqld start] command. Then we can use the [service mysqld status] command to check the status of mysql.

Start with service:

[root@localhost /]# service mysqld start (version 5.0 is mysqld)[root@szxdb etc]# service mysql start (version 5.5.7 is mysql)

Start with mysqld script:

/etc/inint.d/mysqld start

Start with safe_mysqld:

safe_mysqld&

Then use the command

# service mysqld status

or

# service mysql status

Check out the startup status of MySQL.

If mysqld is stopped, that means mysql service is stopped; if mysqld is running, that means mysql service is started.

Thank you for reading! About how to reopen mysql database after closing it, I hope the above content can be of some help to everyone, so that everyone can learn more knowledge. If you think the article is good, you can share it so that more people can see it!

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

Database

Wechat

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

12
Report