WindowsMysqlServer restart, log-bin path Configuration

Source: Internet
Author: User

Run the following command in CMD:

Net stop <service name>

Net start <service name>

Note: <service name> the default value is mysql.

That is:

Net stop mysql

Net start mysql

Note:

How to view the service name:

On the desktop, right-click "computer", select "manage", and select "service" and application "->" service ": Find the service name that corresponds to Mysql, in general, it should be the service name of the Mysql Server. For example, Mysql56.

To close and open the service, cmd is generally required to be "opened as an administrator"

In Windows, if you want to configure directory location for mysql's my. ini log-bin and so on, assume that you want to configure the log of log-bin to the mysqllog file of disk D as binlog. The configuration is as follows:

[Mysqld]

Log-bin = "D: \ mysqllog/binlog" NOTE: The last path here uses "/" instead of "\" in the Windows File System

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.