当前位置:网站首页>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 **.
边栏推荐
- stm32和電機開發(上比特系統)
- The nanny level tutorial of flutter environment configuration makes the doctor green to the end
- Importing tables from sqoop
- 2021-09-12
- Flink calculates topn hot list in real time
- 集成学习概览
- stm32和电机开发(上位系统)
- What are the popular frameworks for swoole in 2022?
- JSP webshell免杀——webshell免杀
- nodejs+express+mysql简单博客搭建
猜你喜欢
"Talking about podcasts" vol.352 the age of children: breaking the inner scroll, what can we do before high school?
Test -- Summary of interview questions
01 install virtual machine
14. Code implementation of semaphore
Leetcode+ 76 - 80 storm search topic
Operator-1初识Operator
[SUCTF2018]followme
判断数组中是否存在重复元素
Internet News: Tencent conference application market was officially launched; Soul went to Hong Kong to submit the listing application
2021-10-02
随机推荐
面对不确定性,供应链的作用
Flink实时计算topN热榜
PCL Eigen介绍及简单使用
Flink submitter
UWA报告使用小技巧,你get了吗?(第四弹)
数据库字典Navicat自动生成版本
Sus system availability scale
Introduction to MySQL 8 DBA foundation tutorial
Merge ordered sequence
合并有序数列
[jetbrain rider] an exception occurred in the construction project: the imported project "d:\visualstudio2017\ide\msbuild\15.0\bin\roslyn\microsoft.csh" was not found
UVM - usage of common TLM port
Session cookies and tokens
使用Windbg静态分析dump文件(实战经验总结)
[unity3d] production progress bar - make image have the functions of filled and sliced at the same time
拆解美图SaaS:开着飞机换引擎
14. Code implementation of semaphore
2021-10-04
js setTimeout()与面试题
13.信号量临界区保护