当前位置:网站首页>MySQL5免安装修改
MySQL5免安装修改
2022-07-04 12:48:00 【芝兰生于深谷】
MySQL5免安装修改
1、修改my.ini文件
[client]
# 设置3308端口
port=3308
default-character-set=utf8
[mysql]
# 设置mysql客户端默认字符集
default-character-set=utf8
[mysqld]
# 设置3308端口
port=3308
# 设置mysql的安装目录
basedir="D:/mysql5/"
# 设置mysql数据库的数据的存放目录
datadir="D:/mysql5/Data/"
# 服务端使用的字符集默认为utf8
character-set-server=utf8
default-character-set=utf8
# 创建新表时将使用的默认存储引擎
default-storage-engine=INNODB
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
# 允许最大连接数
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、修改其它配置文件
确保端口port与my.ini配置文件保持一致
3、修改windows批处理命令
"D:\mysql5\bin\mysqld" --defaults-file="D:\mysql5\my.ini" --console
路径保持正确
边栏推荐
- HAProxy高可用解决方案
- Xilinx/system-controller-c/boardui/ unable to connect to the development board, the solution of jamming after arbitrary operation
- Runc hang causes the kubernetes node notready
- Cors: standard scheme of cross domain resource request
- Personalized online cloud database hybrid optimization system | SIGMOD 2022 selected papers interpretation
- Node の MongoDB安装
- C语言中学生成绩管理系统
- 高质量软件架构的唯一核心指标
- Dgraph: large scale dynamic graph dataset
- CTF competition problem solution STM32 reverse introduction
猜你喜欢
硬件基础知识-二极管基础
博士申请 | 西湖大学学习与推理系统实验室招收博后/博士/研究实习等
Automatic filling of database public fields
【R语言数据科学】:交叉验证再回首
2022年起重机械指挥考试模拟100题模拟考试平台操作
Dgraph: large scale dynamic graph dataset
8 expansion sub packages! Recbole launches 2.0!
Openharmony application development how to create dayu200 previewer
Five "potential errors" in embedded programming
OpenHarmony应用开发之如何创建DAYU200预览器
随机推荐
XILINX/system-controller-c/BoardUI/无法连接开发板,任意操作后卡死的解决办法
2022kdd pre lecture | 11 first-class scholars take you to unlock excellent papers in advance
C array supplement
CommVault cooperates with Oracle to provide metallic data management as a service on Oracle cloud
2022KDD预讲 | 11位一作学者带你提前解锁优秀论文
. Net delay queue
C语言中学生成绩管理系统
CVPR 2022 | 大幅减少零样本学习所需的人工标注,提出富含视觉信息的类别语义嵌入(源代码下载)...
[FAQ] summary of common causes and solutions of Huawei account service error 907135701
以房抵债能否排除强制执行
C语言个人通讯录管理系统
The only core indicator of high-quality software architecture
C language Dormitory Management Query Software
光环效应——谁说头上有光的就算英雄
C foundation in-depth study I
C basic supplement
One of the solutions for unity not recognizing riders
C语言职工管理系统
上汽大通MAXUS正式发布全新品牌“MIFA”,旗舰产品MIFA 9正式亮相!
Xilinx/system-controller-c/boardui/ unable to connect to the development board, the solution of jamming after arbitrary operation