当前位置:网站首页>MySQL environment configuration
MySQL environment configuration
2022-07-02 10:48:00 【Zhang Yi's blog】
1.mysql-5.6.26 Compression pack installation
Extract the compressed package to the directory
Configure environment variables ( Path is bin Previous level directory of )
modify MYSQL Configuration file for (my-default.ini)
//mysql Unzip location basedir = D:\MYSQL\mysql-5.6.26-winx64\mysql-5.6.26-winx64 // Database data storage location datadir = D:\MYSQL\mysql-5.6.26-winx64\mysql-5.6.26-winx64\data // The default port number of the database port = 3306 explicit_defaults_for_timestamp=true
install MYSQL service
mysqld --install
Generate MYSQL data Folder Directory ( Deposit MYSQL data )
mysqld --initialize --console
start-up MYSQL service
net start mysql
* Be careful : The initial account just generated has no password , Enter the user name directly or press enter without entering the user name .
The initial account just generated has no password , Enter the user name directly or press enter without entering the user name **.
边栏推荐
- SQOOP 1.4.6 INSTALL
- MPLS experiment
- stm32和電機開發(上比特系統)
- 1287_ Implementation analysis of prvtaskistasksuspended() interface in FreeRTOS
- [unity3d] nested use layout group to make scroll view with dynamic sub object height
- MYSQL环境配置
- Blender model import UE, collision settings
- Database dictionary Navicat automatic generation version
- Basic usage of mock server
- 《MySQL 8 DBA基础教程》简介
猜你喜欢
Session cookies and tokens
flink 提交程序
Flutter环境配置保姆级教程,让doctor一绿到底
[pit avoidance guide] pit encountered using ugui: the text component cannot indent the first line by two spaces
13.信号量临界区保护
Flutter——Canvas自定义曲线图
《实习报告》Skywalking分布式链路追踪?
[unity3d] nested use layout group to make scroll view with dynamic sub object height
(5) Gear control setting of APA scene construction
Considerations for Apache deploying static web page projects
随机推荐
How to get the password of cpolar?
【TS】1368- 秒懂 TypeScript 泛型工具类型!
sqoop创建job出现的一系列问题解决方法
UWA报告使用小技巧,你get了吗?(第四弹)
flume 190 INSTALL
记录 AttributeError: ‘NoneType‘ object has no attribute ‘nextcall‘
简洁、快速、节约内存的Excel处理工具EasyExcel
Internet News: Tencent conference application market was officially launched; Soul went to Hong Kong to submit the listing application
MongoDB-快速上手MongoDB命令行的一些简单操作
Kustomize使用手册
14.信号量的代码实现
MYSQL关键字
高考的意义是什么
KS009基于SSH实现宠物管理系统
Flink calculates topn hot list in real time
VSCode工具使用
SQOOP 1.4.6 INSTALL
Flink实时计算topN热榜
大华设备播放过程中设置播放速度
转换YV12到RGB565图像转换,附YUV转RGB测试