WindowsMysqlServer restart, log-bin path Configuration

Source: Internet
Author: User
Run the following command in CMD: netstop service name netstart service name note: the service name is usually mysql by default: netstopmysqlnetstartmysql Note: view the service name: on the desktop, right-click computer, choose manage, select service and application, and choose Service. On the page that appears, find the name corresponding to Mysql. Generally

Run the following command in CMD: net stop service name. net start service name. Note: The service name is usually mysql by default: net stop mysql net start mysql. Note: view the service name: on the desktop, right-click computer, choose manage, select service and application, and choose Service. On the page that appears, find the name corresponding to Mysql. Generally

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 the directory location such as the log-bin of ini to the mysqllog file on disk D as binlog. The configuration is as follows:

[Mysqld]

Log-bin = "D: mysqllog/binlog" NOTE: The last path here uses "/" instead of ""

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.