Home > Database > Mysql Tutorial > 两个MySql服务的应用

两个MySql服务的应用

WBOY
Release: 2016-06-07 18:02:00
Original
1119 people have browsed it

两个MySql服务的应用兼容方法。

两个MySql服务的应用

一、如何在同一系统中安装两个MySql服务。

安装一个5.0版本的,再安装一个5.1版本的就可以了。我用的是mysql-5.0.45-win32.zip和mysql-5.1.28-rc-win32。其中注意的是,把后安装的配置端口号码改成不是3306,不然会和前一版本的端口号冲突。

二、应用:

今天备份数据库的时候,用5.1版本,导出出过程,5.1服务自动关闭,没办法,又安装了一个5.0的服务,然后把5.1的数据库导到5.0里,然后再把5.0的数据库导成*.sql文件,这样便完成了备份操作。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template