Home > Database > Mysql Tutorial > 在Windows平台上升级MySQL注意事项

在Windows平台上升级MySQL注意事项

WBOY
Release: 2016-06-07 18:00:10
Original
927 people have browsed it

在Windows平台上升级MySQL注意事项

备份旧数据
停止旧服务器
从windows的系统服务中删掉mysql服务,用如下命令:
C:\> C:\mysql\bin\mysqld --remove用可执行安装文件方式安装mysql,或者解压可直接执行的二进制压缩包来安装
重新注册mysql服务,用如下命令:
C:\> C:\mysql\bin\mysqld --install 重启服务器
其他的问题详见上面提到的各种升级中会碰到的情况
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