当前位置:网站首页>Mysql-8 download, installation and configuration tutorial under Windows
Mysql-8 download, installation and configuration tutorial under Windows
2022-06-27 07:42:00 【Doctor Ni】
One 、 download mysql database
Download from the official website MySQL Community version
Two 、 install mysql database
2.1 Unzip the installation file
2.2 To configure mysql:MySQL Edit under the installation directory of my.ini file
[mysqld]# Set the character set used by the server to utf-8character-set-server=utf8# binding IPv4 Address bind-address = 0.0.0.0# Set up mysql Port number port = 3306# Set up mysql Installation directory ( Can see bin that will do )basedir=D:\mysql8# Set up mysql Database data storage directory ( Can see my.ini File directory )datadir=D:\mysql8\data# Maximum connections allowed max_connections=2000# The default storage engine that will be used when creating a new table default-storage-engine=INNODB# Set up mysql And the default encoding of the database [mysql]default-character-set=utf8[mysql.server]default-character-set=utf8# Set client default character set [client]default-character-set=utf82.3 install mysql
- stay cmd The terminal uses the administrator to execute the installation command
# Installation command mysqld --install# Unload command mysqld --remove2.4 initialization mysql
# mysql Database initialization mysqld --initialize --user=root --console2.5 start-up / close mysql service
# start-up mysql service net start mysql# stop it mysql service net stop mysql2.6 Sign in mysql
mysql -uroot -p2.7 modify mysql Password
# Set up mysql Password set password = password(' password ');# sign out mysql database exit2.8 To configure mysql Environment variables of
1. ' This computer '-->' attribute '-->' Advanced system setup '-->' environment variable '2. Create a new system variable under the system variable Variable name :MYSQL_HOME A variable's value :D:\mysql8(MySQL Installation directory )3. stay path Add environment variable %MYSQL_HOME%\bin3、 ... and 、mysql Database add users
Create a new user and grant permissions
# Format specification grant jurisdiction on database . surface to user name @ Connected ip Address identified by' password ';# example , Give the code yes 1234 Of test All permissions of all tables of all databases of the user grant all on *.* to [email protected]'%' identified by'1234'边栏推荐
- window右键管理
- Hutool symmetric encryption
- guava 定时任务
- Online text digit recognition list summation tool
- 1-4 decimal representation and conversion
- js用switch语句根据1-7输出对应英文星期几
- (已解决) npm突然报错 Cannot find module ‘D:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js‘
- How to bind SQL statements to web buttons
- Construction of defense system for attack and defense exercises part II common strategies for responding to attacks
- Installation and functions of uview
猜你喜欢

MySQL

JS print 99 multiplication table

Stream常用操作以及原理探索

(resolved) NPM suddenly reports an error cannot find module 'd:\program files\nodejs\node_ modules\npm\bin\npm-cli. js‘
![log4j:WARN No such property [zipPermission] in org.apache.log4j.RollingFileAppender.](/img/2c/425993cef31dd4c786f9cc5ff081ef.png)
log4j:WARN No such property [zipPermission] in org.apache.log4j.RollingFileAppender.

js用switch输出成绩是否合格

JS output all prime numbers between 1-100 and calculate the total number

js成绩奖惩例题

js中判断成绩是否合格,范围在0-100,否则重新输入

Implementation of game hexagon map
随机推荐
JDBC operation MySQL example
postgreSQL在windows系统遇到权限否认(permission denied)
js中如何查看程序运行时间(计时器)
hutool对称加密
js输出1-100之间所有的质数并求总个数
c#的初步认识
js求所有水仙花数
JS use the switch statement to output the corresponding English day of the week according to 1-7
JS output all prime numbers between 1-100 and calculate the total number
JS uses the while cycle to calculate how many years it will take to grow from 1000 yuan to 5000 yuan if the interest rate for many years of investment is 5%
Sword finger offer 07 Rebuild binary tree
js中输入三个值,并且由小到大输出
语音信号特征提取流程:输入语音信号-分帧、预加重、加窗、FFT->STFT谱(包括幅度、相位)-对复数取平方值->幅度谱-Mel滤波->梅尔谱-取对数->对数梅尔谱-DCT->FBank->MFCC
Bean copy details
认识O(NlogN)的排序
一個人管理1000臺服務器?這款自動化運維工具一定要掌握
2022爱分析· IT运维厂商全景报告
剑指 Offer 07. 重建二叉树
js判断用户输入的数是否为质数(多种方法)
How can the flower e-commerce 2.0 era go after the breakthrough from 0 to 1?