本文目录一览:
mysql区分32 和64位吗
mysql是区分32和64位的有图为证
右键点击计算机,查看你的计算机系统是多少位
去官网下载相应的mysql安装包
安装完成即可
mysql免安装版 在官方怎么找啊,咋找不到啊?
打开mysql官网,点击导航条上的Downloads(GA),下面有很多蓝色的标题,
第一个是:社区服务器;
第二个是:企业版。
点击第一个Download
MySQL
Community
Server.然后在Select
Platform:的下拉列表中可以选择你的系统。
最后在下面的列表中选择你需要的,点击后面的Download按钮,下载。
例:Windows
(x86,
32-bit),
MSI
Installer
中的32-bit表示windows
32位的系统。而后面的MSI
Installer表示文件的类型。
而你要的应该是下面的zip吧?
怎么查看mysql是32位还是64位
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