Summary on installation of mysql5 in green windows

Source: Internet
Author: User
Tags win32 window
1. Download MySQL
Http://www.mysql.org/downloads Ii. Installation Process
1. Decompress mysql-noinstall-5.0.45-win32.zip to a directory.
Assume that Mysql_home = D: \ Dev \ mysql-5.0.45

2. Compile the MySQL running configuration file my. ini.
My. ini
-----------------------------

[Mysqld]
# Set the installation directory of MySQL
Basedir = $ mysql_home
# Set the data storage directory of the MySQL database, which must be data or \ XXX \ data
Datadir = $ mysql_home \ data
# Set the character set of the MySQL server
Default-character-set = utf8
 
[Client]
# Set the character set of the mysql client
Default-character-set = GBK
-----------------------------

3. Install the MySQL Service
Enter the directory e: \ myserver \ MS-DOS \ bin from the mysql-5.0.37-win32 window and run the following command:
Mysqld -- install mysql5 -- defaults-file =: \ Dev \ mysql-5.0.45 \ My. ini

4. Start the MySQL database
In the above command window, enter the command: Net start mysql5
In this way, the MySQL service is started.

5. delete a service
RunMysqld -- remove mysql5You can.

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.