Shutdown and restart of MySQL database service under Windows

Source: Internet
Author: User
        <div><p>有时我们在手动修改了Mysql的配置文件之后,我们要重启Mysql服务才能使之生效,这里提供几种重启方法:</p>

1. How to restart MYSQL5 under Windows:
When you install MySQL, the system adds services, and you can stop and start MySQL by < services > an item in the management tool. The modified My.ini will take effect.

2, you can also use the command line mode, in the run input:
Stop: net stop MySQL

(where MySQL is the name of the MySQL service you installed)

Startup: net start MySQL

3, if you do not install system services, you can also locate in the command line mode in the bin directory under MySQL, enter:

(closed) Mysqladmin shutdown

(start) mysqladmin start

Shutdown and restart of MySQL database service under Windows

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.