当前位置:网站首页>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=trueinstall MYSQL service
mysqld --installGenerate MYSQL data Folder Directory ( Deposit MYSQL data )
mysqld --initialize --consolestart-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 **.

边栏推荐
猜你喜欢

MongoDB-快速上手MongoDB命令行的一些简单操作

使用sqlcipher打开加密的sqlite方法

《MySQL 8 DBA基础教程》简介

快速做出原型

"Matching" is true love, a new attitude for young people to make friends

Thanos Receiver

Pytest learning --base

Introduction to MySQL 8 DBA foundation tutorial

Is this code PHP MySQL redundant?

Use WinDbg to statically analyze dump files (summary of practical experience)
随机推荐
Sum the two numbers to find the target value
VLAN experiment
2.hacking-lab脚本关[详细writeup]
nodejs+express+mysql简单博客搭建
[Fantasy 4] introduction and use of UMG components (under update...)
对话吴纲:我为什么笃信“大国品牌”的崛起?
使用sqlcipher打开加密的sqlite方法
13. Semaphore critical zone protection
Operator-1 first acquaintance with operator
KS009基于SSH实现宠物管理系统
JS settimeout() and interview questions
[pit avoidance guide] pit encountered using ugui: the text component cannot indent the first line by two spaces
js setTimeout()与面试题
pytest学习--base
从MediaRecord录像中读取H264参数
js数组常用方法
PCL 从一个点云中提取一个子集
PCL Eigen介绍及简单使用
2022-06-17
2021-10-02