MySQL解压版安装方法

时间:2024-10-14 15:29:25

1、选择和自己操作系统匹配的版本zip包下载,不用登录直接下载,如图

MySQL解压版安装方法

2、指定一个本地文件夹存放下载的zip包,下载完成解压里面的文件列表如下

MySQL解压版安装方法
MySQL解压版安装方法

3、在解压后的目录新建一个my.ini文本,并用记事本编辑打开复制以下内容并保存。新建蟠校盯昂data文件夹[mysq造婷用痃l]; 设置mysql客户端默认字符集default-character-set=utf8[mysqld];设置3306端口port = 3306; 设置mysql的安装目录basedir=C:\mysql-5.7.19-winx64; 设置mysql数据的存放目录datadir=C:\mysql-5.7.19-winx64\data; 允许最大连接数max_connections=200; 服务端使用的字符集默认为8比特编码的latin1字符集character-set-server=utf8; 创建新表时将使用的默认存储引擎default-storage-engine=INNODB

MySQL解压版安装方法
MySQL解压版安装方法

4、以管理员身份运行cmd并进入到mysql的bin目录,输入mysqld in衡痕贤伎stall命令进行安装,安装成功后输入命令mysqld --足毂忍珩initialize进行初始化,由于它是自动读取my.ini配置,所以运行命令后会在根目录下自动生成data目录,最后输入命令net start mysql启动mysql服务

MySQL解压版安装方法
MySQL解压版安装方法

5、配置环境变量将mysql的bin目录路径加入到系统环境变量中,这样以后在cmd下就能直接执行mysql命令了

MySQL解压版安装方法
MySQL解压版安装方法

6、设置root管理员密码关闭my衡痕贤伎sql服务,打开一个cmd窗口输入mysqld --skip-grant-tables再开启另外一个cmd轻拔吴悃窗口C:\Users\Administrator>mysqlWelcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 4Server version: 5.7.19 MySQL Community Server (GPL)Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. Other names may be trademarks of their respectiveowners.Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.mysql> use mysqlDatabase changedmysql> update user set authentication_string=password('123456') where user='root';Query OK, 1 row affected, 1 warning (0.00 sec)Rows matched: 1 Changed: 1 Warnings: 1完成后启动mysql服务

MySQL解压版安装方法

7、用mysql -uroot -p123456命令登录测试成功,如下图

MySQL解压版安装方法
© 手抄报圈