MySQL installation-free version configuration method

Source: Internet
Author: User

The installation-free version can be downloaded at http://dev.mysql.com/downloads/mysql/5.0.html

Decompress the package to c: \ mysql to obtain any location of the package.

Unzip the package and find the my-huge.ini, my-large.ini, my-medium.ini configuration file under the Directory

Open for Configuration:

[Mysqld]

# Set basedir to your installation path
Basedir = C:/MySQL
# Set datadir to the location of your data directory
Datadir = C:/mydata/Data
Set the MySQL Character Set, GBK or UTF-8, as needed
# Set Character Set
Default-character-set = GBK
# Set character collation
Default-collation = gbk_chinese_ci
Save and save it as my. ini
Finally, choose Start> Run.
C: \ mysql \ bin \> mysqld -- install MySQL -- defaults-file = c: \ My. ini
C: \ mysql \ bin \> Net start MySQL
OK. The default account is root and the password is empty.
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.