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