Quick Start of mysql, simple batch processing command _ MySQL

Source: Internet
Author: User
Quick start to mysql. it is very troublesome to manually open the database when using mysql through simple batch processing commands. I found a method on the Internet and tried it. it is very useful!

1. create a notepad (txt) and enter the following content.

@ Echo off


For/f "skip = 3 tokens = 4" % I in ('SC query mysql') do set "zt = % I" & goto: next





: Next


If/I "% zt %" = "RUNNING "(


Echo has found that the service is running and the service is being closed


Net stop mysql


) Else (


Echo the service is now in the stopped processing status and is now enabling the service


Net start mysql


)

Exit

2. Save the txt file and change the suffix to. bat. Done.

In the future, do not manually enter the command. double-click the batch processing file (. bat) you just made and start the MYSQL service directly. I learned and moved it.

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.