`
wuhui
  • 浏览: 52040 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

MySql noinstall-5.1.34-win32 配置

阅读更多
1. 解压mysql-noinstall-5.1.34-win32.zip 到你喜欢的目录,例如:E:\soft_install\mysql-5.1.34-win32

2. 在根目录E:\soft_install\mysql-5.1.34-win32中有五个配置信息文件:my-small.ini  (memory <= 64M),my-medium.ini (memory 128M ),my-large.ini (memory 512M), my-huge.ini (memory 1G-2G),my-innodb-heavy-4G.ini (memory 4GB),选择其中一个适合自己机子的配置文件。假设选择了my-medium.ini,拷贝到目录C:\WINDOWS,改名为my.ini,并在含有[mysqld]部分的选项文件,指定basedir和datadir参数的值:

# set basedir to your installation path
basedir=E:/soft_install/mysql-5.1.34-win32
# set datadir to the *** of your data directory
datadir=E:/soft_install/mysql-5.1.34-win32/data

请注意在选项文件中使用正斜线儿不是反斜线指定Windows路径名。如果使用反斜线,必须用双反斜线:

[mysqld]
# set basedir to your installation path
basedir=E:\\soft_install\\mysql-5.1.34-win32
# set datadir to the location of your data directory
datadir=E:\\soft_install\\mysql-5.1.34-win32\\data

3. 打开dos命令行窗口,进入到目录E:\soft_install\mysql-5.1.34-win32\bin>

E:\soft_install\mysql-5.1.34-win32\bin>mysqld install
Service successfully installed.

E:\soft_install\mysql-5.1.34-win32\bin>net start mysql
The MySQL service is starting.
The MySQL service was started successfully.
E:\soft_install\mysql-5.1.34-win32\bin>mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.1.34-community MySQL Community Server (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

mysql> exit
Bye

E:\soft_install\mysql-5.1.34-win32\bin>net stop mysql
The MySQL service is stopping.
The MySQL service was stopped successfully.

E:\soft_install\mysql-5.1.34-win32\bin>mysqld remove
Service successfully removed.

分享到:
评论

相关推荐

    mysql-connector-c-noinstall-6.0.2-win32.zip

    在这个特定的压缩包 "mysql-connector-c-noinstall-6.0.2-win32.zip" 中,我们看到的是针对 Windows 32 位系统的 Connector/C 的非安装版本。这个版本无需通过传统安装程序来设置,而是可以直接解压并使用,方便...

    mysql-noinstall-5.1.71-win32.part02.rar

    Mysql绿色版安装包,共包括mysql-noinstall-5.1.71-win32.part01.rar和mysql-noinstall-5.1.71-win32.part02.rar,2部分。

    mysql-connector-c++-noinstall-1.1.4-win32.zip

    这款软件包`mysql-connector-c++-noinstall-1.1.4-win32.zip`包含了MySQL Connector/C++ 1.1.4版本,专为Windows 32位系统设计。 MySQL Connector/C++的主要功能包括: 1. **连接管理**:提供连接到MySQL服务器的...

    mysql-noinstall-5.1.73-win32.zip

    便携版云盘下载链接 mysql-noinstall-5.1.73-win32.zip

    mysql-gui-tools-noinstall-5.0-r17-win32.rar

    这个压缩包"mysql-gui-tools-noinstall-5.0-r17-win32.rar"包含了四个核心组件,分别适用于不同的数据库任务: 1. **MySQL System Tray Monitor**: 这是MySQL的系统托盘监控工具,允许用户在Windows任务栏的通知...

    mysql-noinstall-5.0.22-win32.zip客户端

    这个"mysql-noinstall-5.0.22-win32.zip"文件是一个便携式的MySQL客户端,无需安装即可在Windows 32位系统上运行,方便用户进行数据库管理、查询以及数据操作。 首先,我们要理解MySQL的基本概念。MySQL是一个关系...

    mysql-connector-odbc-noinstall-8.0.13-winx64.zip

    在这个压缩包 "mysql-connector-odbc-noinstall-8.0.13-winx64.zip" 中,我们获得了 MySQL Connector/ODBC 的最新版本,适用于 64 位的 Windows 操作系统。 ODBC 是一个标准的 API,由微软开发,用于在不同数据库...

    mysql-noinstall-5.1.73-win32.7z

    1. 将下载的 mysql-noinstall-5.1.73-win32.zip 解压至需要安装的位置, 如: C:\Program Files; 2. 在安装文件夹下找到 my-small.ini 配置文件, 将其重命名为 my.ini , 打开进行编辑, 在 [client] 与 [mysqld] 下均...

    mysql-connector-odbc-noinstall-8.0.19-win32.zip

    "mysql-connector-odbc-noinstall-8.0.19-win32.zip" 是针对Windows 32位系统的MySQL Connector/ODBC的非安装版本,它包含了所有必要的驱动程序和文件,用户只需下载并解压即可使用,省去了安装过程,非常适合开发者...

    mysql-connector-c-noinstall-6.0.2-win32-vs2005.zip

    6. **压缩包内容**:"mysql-connector-c-noinstall-6.0.2-win32-vs2005" 这个单一文件很可能是包含了 MySQL Connector/C 库的所有动态链接库 (DLL)、头文件 (header files) 和可能的配置文件,使得开发者能够将其...

    mysql-connector-odbc-noinstall-5.1.8-win32

    "mysql-connector-odbc-noinstall-5.1.8-win32" 是这个组件的一个特定版本,适用于 32 位的 Windows 操作系统。 MySQL Connector/ODBC 的主要功能包括: 1. **数据源管理**:安装后,用户可以通过 Windows 的...

    mysql-connector-odbc-noinstall-8.0.18-winx64

    mysql-connector-odbc-noinstall-8.0.18-winx64 MySQL ODBC driver安装了,odbc中找不到,原因是系统是64位的,则mysql-connector-odbc也要用64位的。

    mysql-noinstall-5.1.73-winx64.zi

    便携版win64 mysql5.1下载链接文件,分享给需要的朋友。

    mysql-connector-odbc-noinstall-8.0.26-win32.zip

    在本例中,我们关注的是“mysql-connector-odbc-noinstall-8.0.26-win32.zip”这个压缩包,这是一款适用于 Windows 32 位操作系统的 MySQL Connector/ODBC 驱动程序,版本号为8.0.26。 **MySQL Connector/ODBC 的...

    mysql-connector-odbc-8.0.33-win32

    常用的odbc连接mysql数据库的驱动mysql-connector-odbc-8.0.33-win32 32位版本,支持VB ,VC等开发平台

    mysql-connector-odbc-noinstall-5.1.11-win32.zip

    "mysql-connector-odbc-noinstall-5.1.11-win32.zip" 是这个驱动程序的特定版本,5.1.11 表示发行版本号,而 "win32" 指明这是为 32 位 Windows 系统设计的。 在 IT 领域,ODBC 是一个标准的应用程序编程接口(API...

    mysql-essential-5.0.22-win32.msi

    在安装"mysql-essential-5.0.22-win32.msi"后,用户可以配置MySQL服务器,创建数据库,分配用户权限,并使用MySQL提供的命令行客户端或图形界面工具(如MySQL Workbench)来管理数据库。需要注意的是,由于版本较旧...

    mysql-connector-odbc-noinstall-3.51.30-win32.zip

    在这个特定的压缩包 "mysql-connector-odbc-noinstall-3.51.30-win32.zip" 中,我们找到了 MySQL 的 ODBC 驱动程序的 Windows 32 位版本。 MySQL Connector/ODBC 的版本 3.51.30 是该驱动程序的一个历史版本,发布...

    mysql-noinstall-5.1.71-win32.part01.rar

    Mysql绿色版安装包,共包括mysql-noinstall-5.1.71-win32.part01.rar和mysql-noinstall-5.1.71-win32.part02.rar,2部分。

    mysql-connector-odbc-5.1.6-win32.rar_MYSQL_mySQL ODBC_mysql ODBC

    在本压缩包"mysql-connector-odbc-5.1.6-win32.rar"中,我们找到了MySQL Connector/ODBC 5.1.6的Windows 32位版本的安装程序,适用于那些运行在32位Windows操作系统上的应用。 MySQL Connector/ODBC是MySQL公司开发...

Global site tag (gtag.js) - Google Analytics