We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mysql-5.7.11-winx64这个版本下面解压后没有data文件夹,安装时会找不到 即:
mysql-5.7.11-winx64
data
mysqld -nt remove mysqld -nt install 需要copy其它版本mysql-advanced-5.6.27-winx64下面的data文件夹
mysql-advanced-5.6.27-winx64
安装如果不出问题,就提示成功了. 启动:
net start mysql 即可,这里需要管理员运行cmd下进行
或者在service下面图形化操作,配置文件.cnf也在这里
service
.cnf
第一次登录不需要密码,直接enter
mysql -uroot 进入之后 mysql -u root mysql> use mysql; mysql> UPDATE user SET Password = PASSWORD('newpass') WHERE user = 'root'; mysql> FLUSH PRIVILEGES; ok
mysql -uroot 进入之后 mysql -u root
mysql> use mysql; mysql> UPDATE user SET Password = PASSWORD('newpass') WHERE user = 'root'; mysql> FLUSH PRIVILEGES;
ok
The text was updated successfully, but these errors were encountered:
No branches or pull requests
windows安装msyql
下载
mysql-5.7.11-winx64
这个版本下面解压后没有data
文件夹,安装时会找不到即:
安装后
安装如果不出问题,就提示成功了.
启动:
或者在
service
下面图形化操作,配置文件.cnf
也在这里配置root密码
第一次登录不需要密码,直接enter
The text was updated successfully, but these errors were encountered: