• 3628阅读
  • 2回复

关于Mysql在Win32下的安装 [复制链接]

上一主题 下一主题
离线cai
 

只看楼主 倒序阅读 0楼 发表于: 2005-03-07


首先把 mysql目录下的 my-medium.ini 等文件中任意一个改名为 my.ini
复制到 C:\Windows 或者 C:\ (也就市系统目录)下.


安装为服务:

在命令提示符下转到 bin 目录, 输入:

  mysql-nt install

安装成功后就可以在系统服务 ( %SystemRoot%\system32\services.msc /s )
列表中看到.

当然要删除服务,命令为:

  mysql-nt remove

grant all privileges on *.* to 'a'@'localhost' identified by 'a' with grant option;flush privileges;
离线cai

只看该作者 1楼 发表于: 2005-03-07
启动错误的解决
原因:

Can't find messagefile 'C:\mysql\share\english\errmsg.sys'
grant all privileges on *.* to 'a'@'localhost' identified by 'a' with grant option;flush privileges;
离线cai

只看该作者 2楼 发表于: 2005-03-07
最简单的解决办法:

先删除原来的服务

复制mysql到 C:\  并将文件夹名字修改为:mysql

然后进入目录, 重新安装,安装成功后从服务启动就OK了 !

grant all privileges on *.* to 'a'@'localhost' identified by 'a' with grant option;flush privileges;
快速回复
限100 字节
 
上一个 下一个