当前位置:网站首页>Mysql8 installation
Mysql8 installation
2022-04-23 12:53:00 【Rain fish in summer】
mysql8 install
mysql8 install
my.ini
[mysqld]
# Set up 3306 port
port=3306
# Set up mysql Installation directory
basedir=D:\database\mysql-8.0.28-winx64
# Set up mysql Database data storage directory
datadir=D:\database\mysql-8.0.28-winx64\Data
# Maximum connections allowed
max_connections=2000
# Number of connection failures allowed .
max_connect_errors=10
# The character set used by the server defaults to utf8mb4
character-set-server=utf8mb4
# The default storage engine that will be used when creating a new table
default-storage-engine=INNODB
# By default “mysql_native_password” Plug in authentication
#mysql_native_password
default_authentication_plugin=mysql_native_password
sql_mode=STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION
[mysql]
# Set up mysql Client default character set
default-character-set=utf8mb4
[client]
# Set up mysql The default port when the client connects to the server
port=3306
default-character-set=utf8mb4
Installation command
mysqld --initialize --console
mysqld --install
Screenshot

版权声明
本文为[Rain fish in summer]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231252487256.html
边栏推荐
- STM32控制步进电机(ULN2003+28byj)
- XinChaCha Trust SSL Organization Validated
- 梳理網絡IP代理的幾大用途
- C#,二维贝塞尔拟合曲线(Bézier Curve)参数点的计算代码
- Plato farm - a game of farm metauniverse with Plato as the goal
- Softbank vision fund entered the Web3 security industry and led a new round of investment of US $60 million in certik
- 5 free audio material websites, recommended collection
- XinChaCha Trust SSL Organization Validated
- leetcode-791. 自定义字符串排序
- Baserecyclerviewadapterhelper realizes pull-down refresh and pull-up loading
猜你喜欢

STM32控制步进电机(ULN2003+28byj)

SSM框架系列——数据源配置day2-1

软件测试周刊(第68期):解决棘手问题的最上乘方法是:静观其变,顺水推舟。

bert-base-chinese下载(智取)

leetcode:437. 路径总和 III【dfs 选还是不选?】

STM32 control stepper motor (ULN2003 + 28byj)

【蓝桥杯】4月17日省赛刷题训练(前3道题)

SSL证书退款说明

I changed to a programmer at the age of 31. Now I'm 34. Let me talk about my experience and some feelings

Number of nodes of complete binary tree
随机推荐
Everything can be expected in the future | one 2022 campus recruitment officially opened
Wonderful review | the sixth issue of "source" - open source economy and industrial investment
基于卷积神经网络的遥感影像分类识别系统
Introduction to servlet listener & filter
SSM框架系列——注解开发day2-2
在线计算过往日期天数,计算活了多少天
World Book Day: I'd like to recommend these books
XinChaCha Trust SSL Organization Validated
leetcode:437. 路径总和 III【dfs 选还是不选?】
Zigbee之CC2530最小系统及寄存器配置(1)
只是不断地建构平台,不断地收拢流量,并不能够做好产业互联网
Dialogue with Bruce, author of PostgreSQL: "changing careers" is to better move forward
Bert base Chinese Download (SMART)
leetcode:437. Path sum III [DFS selected or not selected?]
梳理网络IP代理的几大用途
leetcode-791. 自定义字符串排序
21 days learning mongodb notes
Trier les principales utilisations de l'Agent IP réseau
Use source insight to view and edit source code
Remote sensing image classification and recognition system based on convolutional neural network