当前位置:网站首页>MySQL 5 installation and modification free
MySQL 5 installation and modification free
2022-07-04 14:01:00 【Zhilan was born in a deep valley】
MySQL5 Installation and modification free
1、 modify my.ini file
[client]
# Set up 3308 port
port=3308
default-character-set=utf8
[mysql]
# Set up mysql Client default character set
default-character-set=utf8
[mysqld]
# Set up 3308 port
port=3308
# Set up mysql Installation directory
basedir="D:/mysql5/"
# Set up mysql Database data storage directory
datadir="D:/mysql5/Data/"
# The character set used by the server defaults to utf8
character-set-server=utf8
default-character-set=utf8
# The default storage engine that will be used when creating a new table
default-storage-engine=INNODB
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
# Maximum connections allowed
max_connections=200
query_cache_size=0
table_cache=256
tmp_table_size=5M
thread_cache_size=8
myisam_max_sort_file_size=100G
myisam_max_extra_sort_file_size=100G
myisam_sort_buffer_size=8M
key_buffer_size=8M
read_buffer_size=64K
read_rnd_buffer_size=256K
sort_buffer_size=212K
innodb_additional_mem_pool_size=2M
innodb_flush_log_at_trx_commit=1
2、 Modify other configuration files


Make sure that the port port And my.ini The configuration file is consistent
3、 modify windows Batch command


"D:\mysql5\bin\mysqld" --defaults-file="D:\mysql5\my.ini" --console
The path remains correct
边栏推荐
- 担心“断气” 德国正修改《能源安全法》
- HAProxy高可用解决方案
- 易周金融 | Q1保险行业活跃人数8688.67万人 19家支付机构牌照被注销
- C语言课程设计题
- 【R语言数据科学】:交叉验证再回首
- C foundation in-depth learning II
- 1200. Minimum absolute difference
- C language Dormitory Management Query Software
- [C question set] of VII
- Samsung's mass production of 3nm products has attracted the attention of Taiwan media: whether it can improve the input-output rate in the short term is the key to compete with TSMC
猜你喜欢

Oracle 被 Ventana Research 评为数字创新奖总冠军

Understanding and difference between viewbinding and databinding

华昊中天冲刺科创板:年亏2.8亿拟募资15亿 贝达药业是股东

OPPO Find N2产品形态首曝:补齐各项短板

Summary of recent days (non-technical article)

嵌入式编程中五个必探的“潜在错误”

392. 判断子序列

分布式BASE理论

30:第三章:开发通行证服务:13:开发【更改/完善用户信息,接口】;(使用***BO类承接参数,并使用了参数校验)

2022危险化学品经营单位主要负责人练习题及模拟考试
随机推荐
1200. 最小绝对差
苹果5G芯片研发失败:继续依赖高通,还要担心被起诉?
免费、好用、强大的轻量级笔记软件评测:Drafts、Apple 备忘录、Flomo、Keep、FlowUs、Agenda、SideNote、Workflowy
#yyds干货盘点# 解决名企真题:连续最大和
OPPO Find N2产品形态首曝:补齐各项短板
30:第三章:开发通行证服务:13:开发【更改/完善用户信息,接口】;(使用***BO类承接参数,并使用了参数校验)
go vendor 项目迁移到 mod 项目
Applet live + e-commerce, if you want to be a new retail e-commerce, use it!
2022危险化学品经营单位主要负责人练习题及模拟考试
. Net delay queue
Samsung's mass production of 3nm products has attracted the attention of Taiwan media: whether it can improve the input-output rate in the short term is the key to compete with TSMC
C语言职工管理系统
华昊中天冲刺科创板:年亏2.8亿拟募资15亿 贝达药业是股东
Introduction to XML I
2022KDD预讲 | 11位一作学者带你提前解锁优秀论文
读取 Excel 表数据
常见 content-type对应表
博士申请 | 西湖大学学习与推理系统实验室招收博后/博士/研究实习等
Three schemes to improve the efficiency of MySQL deep paging query
C语言宿舍管理查询软件