Home > Database > Mysql Tutorial > mysql免安装版配置步骤详解分享_MySQL

mysql免安装版配置步骤详解分享_MySQL

WBOY
Release: 2016-06-01 13:25:53
Original
1103 people have browsed it

bitsCN.com

1.准备工作

下载mysql的最新免安装版本mysql-noinstall-5.1.53-win32.zip,解压缩到相关目录,如:d:// mysql-noinstall-5.1.53-win32。这个就是mysql的根目录了。

2.配置

在根目录下有几个文件如下:

my-small.ini (这是针对一个小内存(〈= 64MB)的系统,MySQL 只会被时不时地用一下,很重要的是 mysqld 守护进程不会使用很多资源。)
my-medium.ini (这是针对一个小内存(32M- 64M)系统的,MySQL 扮演了一个比较重要的部分,或者当系统达到 128M 后 MySQL 被用来与其它程序(如一个 Web 服务器)一起使用。)
my-large.ini (这是针对一个内存 = 512M 的大系统,系统主要运行 MySQL)
my-huge.ini (这是针对一个内存为 1G

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template