当前位置:网站首页>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
边栏推荐
- Programmer anxiety
- 英视睿达冲刺科创板:年营收4.5亿 拟募资9.79亿
- Detailed explanation of Fisher information quantity detection countermeasure sample code
- 自主工业软件的创新与发展
- Fs4056 800mA charging IC domestic fast charging power IC
- unity不识别rider的其中一种解决方法
- remount of the / superblock failed: Permission denied
- BLOB,TEXT GEOMETRY or JSON column 'xxx' can't have a default value query 问题
- HAProxy高可用解决方案
- 逆向调试入门-PE结构-资源表07/07
猜你喜欢

安装trinity、解决报错

面试官:Redis中哈希数据类型的内部实现方式是什么?

JVM 内存布局详解,图文并茂,写得太好了!

JVM系列——栈与堆、方法区day1-2
![30: Chapter 3: develop Passport Service: 13: develop [change / improve user information, interface]; (use * * * Bo class to accept parameters, and use parameter verification)](/img/89/aabf79ca02bf587e93885cadd5f98a.png)
30: Chapter 3: develop Passport Service: 13: develop [change / improve user information, interface]; (use * * * Bo class to accept parameters, and use parameter verification)

CommVault cooperates with Oracle to provide metallic data management as a service on Oracle cloud

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

2022危险化学品经营单位主要负责人练习题及模拟考试

动画与过渡效果

使用默认路由作为指向Internet的路由
随机推荐
C basic supplement
2022年山东省安全员C证考试题库及在线模拟考试
Ws2811 m is a special circuit for three channel LED drive and control, and the development of color light strip scheme
一次 Keepalived 高可用的事故,让我重学了一遍它
基于链表管理的单片机轮询程序框架
C语言个人通讯录管理系统
结合案例:Flink框架中的最底层API(ProcessFunction)用法
程序员的焦虑
程序员转方向
Three schemes to improve the efficiency of MySQL deep paging query
The Secretary of Homeland Security warned immigrants "not to embark on a dangerous journey"
【C 题集】of Ⅶ
Programmer anxiety
CVPR 2022 | 大幅减少零样本学习所需的人工标注,提出富含视觉信息的类别语义嵌入(源代码下载)...
C语言程序设计
XML入门三
分布式BASE理论
2022危险化学品经营单位主要负责人练习题及模拟考试
忠诚协议是否具有法律效力
【R语言数据科学】:交叉验证再回首