Home  >  Article  >  Database  >  mysql 5.7.3 服务器的安装记录_MySQL

mysql 5.7.3 服务器的安装记录_MySQL

WBOY
WBOYOriginal
2016-06-01 13:08:231115browse

服务器win2008,64位。绿色版弄了好几遍都失败了。


首先装.net 4.0,然后重启(不知道是否必须),装:

mysql-installer-community-5.7.3.0-m13.2063434697.msi

中间选装server。


中间配置:新建一个用户user1;允许远程登录;


客户端用user1登录,

use mysql; 
update user set host = '%' where user = 'root'; 



Statement:
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