当前位置:网站首页>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
边栏推荐
- box-sizing
- I changed to a programmer at the age of 31. Now I'm 34. Let me talk about my experience and some feelings
- Servlet监听器&过滤器介绍
- Dialogue with Bruce, author of PostgreSQL: "changing careers" is to better move forward
- 5 free audio material websites, recommended collection
- Ad20 supplementary note 3 - shortcut key + continuous update
- BaseRecyclerViewAdapterHelper 实现下拉刷新和上拉加载
- Image attribute of input: type attribute of fashion cloud learning -h5
- BUUCTF WEB [BUUCTF 2018]Online Tool
- Labels and paths
猜你喜欢
Realize several "Postures" in which a box is horizontally and vertically centered in the parent box
Remote sensing image classification and recognition system based on convolutional neural network
风尚云网学习-h5的input:type属性的image属性
解决disagrees about version of symbol device_create
Kubernetes 入门教程
XinChaCha Trust SSL Organization Validated
STM32控制步进电机(ULN2003+28byj)
Trier les principales utilisations de l'Agent IP réseau
Remote access to raspberry pie at home (Part 1)
Try the server for one month for free, and attach the tutorial
随机推荐
Get the punch in record of nailing attendance machine
教你快速开发一个 狼人杀微信小程序(附源码)
MySQL function - recursive function
If you were a golang interviewer, what questions would you ask?
Servlet监听器&过滤器介绍
leetcode:437. 路径总和 III【dfs 选还是不选?】
php生成json处理中文
Date time type in database
BUUCTF WEB [GXYCTF2019]禁止套娃
Fashion cloud learning - input attribute summary
【csnote】ER图
[csnote] ER diagram
梳理網絡IP代理的幾大用途
Introduction to metalama 4 Use fabric to manipulate items or namespaces
5 free audio material websites, recommended collection
STM32工程移植:不同型号芯片工程之间的移植:ZE到C8
BUUCTF WEB [BJDCTF2020]The mystery of ip
The accuracy and speed are perfectly balanced, and the latest image segmentation SOTA model is released!!!
Please help me see what this is, mysql5 5. Thanks
SSM框架系列——Junit单元测试优化day2-3