我们的DB server想用64位的mysql,后备db用32位的,有一下几个问题想请教大家的: 1.请问64位的mysql跟32位的,在性能上会存在多大区别? 2.如果DB server出了问题,我用32位的后备db顶上,会不会有问题?在DB server上备份的数据,转到后备db后,能否使用?(我们是用zrm来备份mysql的) 3.除了性能上的差别,两个版本的mysql,在数据库文件上,会有差异吗?
by streetboy85 - MySQL - 2009-04-11 11:54:36 阅读(7402) 回复(12)
我将 32位mysql数据库直接备份,mysqldump后,直接还原到64位mysql就能使用吗? 还有就是我用mysql主从复制,主服务器采用64位,从服务器用32位可以吗? 因为最近升级个服务器,想用64位的,但是以前的都是32位的,貌似不支持64位的系统,
系统是X86-64 用linux32命令模拟32位环境 用uname确认模拟后为32位环境 编译mysql ./configure make make install 用file命令确认命令和库还是64位 是mysql的包写的不好?
安装win64位apache以及64位php和64位mysql Currently no official 64bit versions of Apache and PHP exists for Microsoft Windows. Only mysql supports officially 64bit Windows. If you have a 64bit version of Windows (2003/XP/Vista) and want to keep your system pure 64bit here is the solution! In this guide I will show you how to install and set up Apache 2.2 x 64 web servers, PHP 5.2 x64 and...
CentOS 5.5 x86_64 编译安装 mysql-proxy 0.8.0
1. 安装依赖包
yum install autoconf.x86_64 automake.x86_64 libtool.x86_64 flex.x86_64 pkgconfig.x86_64 mysql-devel.x86_64
yum install -y readline.x86_64 readline-devel.x86_64 ncurses.x86_64 ncurses-devel.x86_64
yum install python-pycurl.x86_64 libevent.x86_64 libevent-devel.x86_64
rpm -ivh ftp://ftp.pb...
公司原有系统都是redhat 32的企业版系统,现在想更换成新的redhat 64位操作系统 新系统安装完毕后,想测试下mysql、apche、php在新64位系统下的安装和使用问题 我使用原来的mysql版本:mysql-5.1.22-rc.tar.gz,照样能在新64位系统下编译成功,运行。 请问:我安装的这个mysql版本,是作为32位mysql还是64位mysql使用的?