MySQL Free install version (install and start with batch processing)

Source: Internet
Author: User
Tags mysql free

Reference article:

Http://www.cnblogs.com/niuniutry/p/3555778.html

Http://wenku.baidu.com/link?url=WI9Cyl5AMHOlps1BgNZmxhWfGj798OAsoMYP_ Vqlpzxawrh3ctelcmxqcpkfqpqszhyc0pducg6icyntrpaivyw9k6xstloeio95ocuzayi

If you haven't seen the official documentation and need to get started with MySQL quickly, this batch is just right for you, and this file comes with some instructions to look at. Suitable version: Mysql5.6.12 and above
@echo/* Uninstall MySQL service, remove comments before use */@echo mysqld--remove
@echo/* Note that this file must be executed in this directory, or the installation process will be incorrect */@echo/* Reboot after uninstall to install */@echo/* Install mysql*/


Mysqld--install MySQL--defaults-file= "%mysql_home%\my.ini"

@echo/* Startup mysql*/net start MySQL


@echo/* Change root password */
@echo/*set password for ' root ' @ ' localhost ' =password (' * * * ') */
@echo/* If only the MySQL service is uninstalled, the user name and password in the database table are still valid after reloading */@echo/*mysql user name password is saved in the Users table in MySQL database */

MySQL Free install version (install and start with batch processing)

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.