mysql重装不了,救命啊!解决就给分

x_gn 2004-06-17 11:17:40
我原来装的是mysql-1.0.18版本,卸载后重装mysql出现问题,无论mysql-4.0.18-win,mysql-4.1.2-alpha-win,mysql-5.0.0a-alpha-win这三个版本都装不上(已经终止所有服务,并重启了好几遍),安装时安装程序直接未响应,跪求解决方法!
...全文
1019 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
netcoder 2004-06-17
  • 打赏
  • 举报
回复
来个彻底的,删除原来的安装目录
然后在注册表里,把所有有关mysql 的项都删除
iwainfo 2004-06-17
  • 打赏
  • 举报
回复
这两天我也一直在用MYSQL。
要重装,首先你应该打开Windows组件服务,并终止服务Mysql,然后你就可以在Windows安装/卸载应用程序 里卸载了;
卸载完成后,再重新安装一遍,然后再到Windows组件服务里启动它就可以了!
你试试看
iwainfo 2004-06-17
  • 打赏
  • 举报
回复
Windows 2000, XP and NT 4.0 Installation
If you're upgrading an existing MySQL installation, there are some things you need to do first. If you're doing a new install, jump down to the relevant section.

When changing from 3.23 to 4.0 and you use shared libraries like DBD-mysql and MySQLdb, you'll probably have to recompile them. See the manual for more details.

If 3.23 to 4.0: Check startup scripts and configuration files for deprecated options. To find them, follow this link to the manual and then scroll down a bit.
Open up a Command Prompt window. The default location is: Start | Programs | Accessories | Command Prompt.
Switch to the drive which has your present mysql\bin directory. Eg: L:\> c:
Move into the MySQL bin directory: cd mysql\bin
Dump your data: mysqldump -u root -p --add-drop-table -A -r c:\secure\myold.sql
Stop the MySQL service: net stop mysql
If changing from 3.23 to 4.0 and you have some tables in the old ISAM format, you'll need to change them to the new MyISAM format. There are several ways to do this. Here are three possibilities:
sed: sed 's/^) TYPE=ISAM/) TYPE=MyISAM/' c:\secure\myold.sql > c:\secure\mynew.sql
Perl: perl -wpe 's;^\) TYPE=ISAM;\) TYPE=MyISAM;i' < c:\secure\myold.sql > c:\secure\mynew.sql
Your favorite text editor: open c:\secure\myold.sql then do a search and replace on TYPE=ISAM to TYPE=MyISAM. Save the file as mynew.sql.
Remove the existing service by typing in mysqld --remove
Jump up two directory levels: cd ..\..
Rename your old mysql directory as a backup: ren mysql myold
outwindows 2004-06-17
  • 打赏
  • 举报
回复
以前也有过类似的问题...
按楼上的方法彻底删除,再重启,再重装...
outwindows 2004-06-17
  • 打赏
  • 举报
回复
同意楼上的...

56,687

社区成员

发帖
与我相关
我的任务
社区描述
MySQL相关内容讨论专区
社区管理员
  • MySQL
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧