1、mysql 5 版本可以安装32位,但是安装的时候不能用默认模式安装,要用custom模式自定义安装,custom模式可以选择安装32位和64位
mysql-5.5.22-win32只能安装在32位的 *** 作系是对的。64位 *** 作系统大多是专业版 *** 作系统,运行大型专业软件可以,若普通家庭用户用的话,许多软件在这种 *** 作系统上都会出现不兼容的现象。,只能用32位的 *** 作系统。1、如果是在官网下载的,看压缩包名字就可以看出来,只带有win32字样的是32位,带有win32-x86_64字样的是64位的。如果已经安装了很多,安装包已经找不到了怎么办呢?
2、找到eclipse安装目录的eclipse.ini文件打开,在launcher.library项下,如果是win32.x86则是32位的,如果是win32.x86_64则是64位的。
[plain] view plain copy
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20150204-1316
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)