Tag:install and configure
-
Time:2020-8-5
preface In recent days, I’m not feeling well. I haven’t written a blog for a long time. I also said that the. Net project Department of the company did it. I used to use scale. I thought I would do it in Java, so I tried my best to learn java last month. I’ve been […]
-
Time:2019-8-9
1. MySQL 5.7 decompression 2. New configuration filemy.iniPut onD:\Free\mysql-5.7.26-winx64Under the catalogue [mysql] # Setting the default character set for MySQL client default-character-set=utf8 [mysqld] # Setting up port 3306 port = 3306 # Set up the installation directory of MySQL basedir=D:\Free\mysql-5.7.26-winx64 # Setting up the storage directory of data in MySQL database datadir=D:\Free\mysql-5.7.26-winx64\data # Permissible maximum […]