当前位置:网站首页>my.ini文件配置
my.ini文件配置
2022-06-27 13:14:00 【漫不经心a】
[mysqld]
# 设置3306端口
port=3306
# 设置mysql的安装目录
basedir=C:\\Program Files\\MySQL
# 设置mysql数据库的数据的存放目录
datadir=C:\\Program Files\\MySQL\\Data
# 允许最大连接数
max_connections=200
# 允许连接失败的次数。
max_connect_errors=10
# 服务端使用的字符集默认为utf8mb4
character-set-server=utf8mb4
# 创建新表时将使用的默认存储引擎
default-storage-engine=INNODB
# 默认使用“mysql_native_password”插件认证
#mysql_native_password
default_authentication_plugin=mysql_native_password
federated
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
# 设置时区(mysqld下)
default-time_zone='+08:00'
[mysql]
# 设置mysql客户端默认字符集
default-character-set=utf8mb4
[client]
# 设置mysql客户端连接服务端时默认使用的端口
port=3306
default-character-set=utf8mb4
边栏推荐
- Tiktok practice ~ public / private short video interchange
- Explore tidb lightning source code to solve the found bugs
- crane:字典项与关联数据处理的新思路
- [XMAN2018排位赛]通行证
- 再懂已是曲中人
- Privacy computing fat offline prediction
- On the complexity of software development and the way to improve its efficiency
- buuctf misc 百里挑一
- Bluetooth health management device based on stm32
- jvm 参数设置与分析
猜你喜欢

阿胖的操作记录
![[weekly replay] the 81st biweekly match of leetcode](/img/66/03ee4dbb88b0be7486b71cd4059f44.png)
[weekly replay] the 81st biweekly match of leetcode

ThreadLocal 源码全详解(ThreadLocalMap)

Embedded development: embedded foundation callback function
![[dynamic programming] - Knapsack Problem](/img/27/c48284f15e3f80305d7ce7c02d4378.png)
[dynamic programming] - Knapsack Problem

Tiktok practice ~ public / private short video interchange
Kotlin函数使用示例教程

After 2 years of outsourcing, I finally landed! Record my ByteDance 3 rounds of interviews, hope to help you!

【动态规划】—— 背包问题

云原生(三十) | Kubernetes篇之应用商店-Helm
随机推荐
JVM performance tuning and monitoring tools -- JPS, jstack, jmap, jhat, jstat, hprof
Shell concise tutorial
基于STM32设计的蓝牙健康管理设备
隐私计算FATE-离线预测
Yuweng information, a well-known information security manufacturer, joined the dragon lizard community to build an open source ecosystem
Istio微服务治理网格流量管理核心资源控制器详解
与生活握手言和
数字化新星何为低代码?何为无代码
mysql 锁机制与四种隔离级别
Embedded development: embedded foundation callback function
抖音实战~公开/私密短视频互转
[weekly replay] the 81st biweekly match of leetcode
[dynamic programming] - Knapsack Problem
再懂已是曲中人
What else can PLM do?
一次性彻底解决 Web 工程中文乱码问题
Explore tidb lightning source code to solve the found bugs
Cloud native (30) | kubernetes' app store Helm
手把手教你搭一个永久运行的个人服务器!
基于SSM实现招聘网站