以前一直用Mysql4.0,后来因为需求发现不能使用嵌套查询.于是升级到4.1.1.
在执行安装向导的最后一步.当在启动服务的时候报错:
could not start the service MySql4. Error: 0
到网上搜索一下,发现此贴
http://forums.mysql.com/read.php?11,60581,69492
其中讲到:
First of all you have to remove the service, if it exists. From DOS prompt:
sc delete "name_service"
Then you must remove the log files from mysql/data directory:
*ib_logfile0
*ib_logfile1
*ibdata1
照着做,于是问题解决!!!
升级后的中文问题???
一定要相应升级驱动程序,我现在用的是:mysql-connector-java-3.1.12.zip
在执行安装向导的时候,
一定要选择详细配置detailed configuration
在选择字符集界面的时候选中想要的字符集
我原先是选择标准配置standard configuration
后期修改my.ini 重启n次服务和系统都不行!!!
posted on 2006-03-03 02:15
一辉 阅读(129)
评论(0) 编辑 收藏 所属分类:
问题解决列表