Install mysql noinstall

Source: Internet
Author: User

Mysql noinstall installation 1. Download mysql-noinstall-5.1.68-win32 version 2. Go to the root directory and select a configuration file to change the file name to my. ini. My-huge.ini (for very big sites, too visitors at day or at some time. very Large site with a lot of people visiting within a period of time .) My-innodb-heavy-4G.ini () my-large.ini (for big sites. large site) my-medium.ini (if you have acceptable number of visitor's. my-small.ini (if you run it in local host and you use only for testing. run locally for local testing) 3. enter the mysql bin directory under the command line and run the command. Add mysql to the service SQL code mysqld -- install mysql-slave remove mysql service SQL code mysqld -- remove mysql-slave 4. start Service SQL code net start mysql-slave stop service SQL code net stop mysql-slave 5. start | stop script writing. Run the script in the bin directory of mysql to start the SQL code @ echo off echo start mysql-slave on localhost mysqld -- install mysql-slave -- defaults-file = "D: \ Program Files (x86) \ MySQL \ mysql-noinstall-5.1.68-win32 \ my. ini "net start mysql-slave pause stop SQL code @ echo off echo stop mysql-slave net stop mysql-slave mysqld -- remove mysql-slave pause

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.