专注于 JetBrains IDEA 全家桶,永久激活,教程
持续更新 PyCharm,IDEA,WebStorm,PhpStorm,DataGrip,RubyMine,CLion,AppCode 永久激活教程

MySQL在Windows下的安装

解压mysql压缩包

d://tools/mysql

配置my.ini

# For advice on how to change settings please see
# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html
# *** DO NOT EDIT THIS FILE. It's a template which will be copied to the
# *** default location during install, and will be replaced if you
# *** upgrade to a newer version of MySQL.
[client]
default-character-set = utf8mb4
[mysql]
default-character-set = utf8mb4
[mysqld]
skip-grant-tables
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_general_ci
init_connect='SET NAMES utf8mb4'
# Remove leading # and set to the amount of RAM for the most important data
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
innodb_buffer_pool_size = 128M
# Remove leading # to turn on a very important data integrity option: logging
# changes to the binary log between backups.
# log_bin
# These are commonly set, remove the # and set as required.
basedir = D:\\tools\\mysql
datadir = D:\\tools\\mysql\\data
port = 3306
# server_id = .....
# Remove leading # to set options mainly useful for reporting servers.
# The server defaults are faster for transactions and fast SELECTs.
# Adjust sizes as needed, experiment to find the optimal values.
join_buffer_size = 128M
sort_buffer_size = 16M
read_rnd_buffer_size = 16M 
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES

安装

# 进入到mysql的bin目录
mysqld --install mysql --defaults-file=d:/tools/mysql/my.ini

常用命令

# 你的机器上是否安装MySQL
tasklist /fi "IMAGENAME eq mysqld"
or
mysqladmin -p version status(截图参考下面)

# 可以删除一个mysql服务
mysqld -remove
sc delete mysql

# 关闭这个服务
mysqladmin -u root -p shutdown
or
net stop mysql

# 安装并启动mysql
mysqld --install
mysqld --install mysql --defaults-file=d:/tools/mysql/my.ini
net start mysql

# 设置环境变量
PATH=%PATH%;D:\tools\mysql\bin

# 配置文件
D:\tools\mysql\my.ini

81_1.png

遇到的错误 NET HELPMSG 3534

81_2.png
81_3.png
错误原因

# my.ini中用双斜线代替单斜线
basedir = D:\\tools\\mysql
datadir = D:\\tools\\mysql\\data

文章永久链接:https://tech.souyunku.com/43326

未经允许不得转载:搜云库技术团队 » MySQL在Windows下的安装

JetBrains 全家桶,激活、破解、教程

提供 JetBrains 全家桶激活码、注册码、破解补丁下载及详细激活教程,支持 IntelliJ IDEA、PyCharm、WebStorm 等工具的永久激活。无论是破解教程,还是最新激活码,均可免费获得,帮助开发者解决常见激活问题,确保轻松破解并快速使用 JetBrains 软件。获取免费的破解补丁和激活码,快速解决激活难题,全面覆盖 2024/2025 版本!

联系我们联系我们