mysql配置问题mysql找不到VCRUNTIME140_1.DLL,无法继续执行,my.ini 配置文件
Posted ThinkerWing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql配置问题mysql找不到VCRUNTIME140_1.DLL,无法继续执行,my.ini 配置文件相关的知识,希望对你有一定的参考价值。
添加该文件至路径C:\\Windows\\System32下
链接:https://pan.baidu.com/s/1rGQVvGmPTjLoqax967HCcA
提取码:n5xm
my.ini 配置文件
[mysqld]
# 设置3306端口
port=3306
# 设置mysql的安装目录
basedir=D:\\Hbuilder X\\mysql2\\mysql-8.0.21-winx64\\
# 设置mysql数据库的数据的存放目录
datadir=D:\\Hbuilder X\\mysql2\\mysql-8.0.21-winx64\\data
# 允许最大连接数
max_connections=200
# 允许连接失败的次数。这是为了防止有人从该主机试图攻击数据库系统
max_connect_errors=10
# 服务端使用的字符集默认为UTF8
character-set-server=utf8
# 创建新表时将使用的默认存储引擎
default-storage-engine=INNODB
# 默认使用“mysql_native_password”插件认证
default_authentication_plugin=mysql_native_password
[mysql]
# 设置mysql客户端默认字符集
default-character-set=utf8
[client]
# 设置mysql客户端连接服务端时默认使用的端口
port=3306
default-character-set=utf8
PK | NN | UQ | B | UN | ZF | AI | G |
---|---|---|---|---|---|---|---|
Belongs to primary key | Not Null | Unique index | Is binary column | Unsigned data type | Fill up values for that column with 0’s if it is numeric | Auto Incremental | 自增长 |
作为主键 | 非空 | 不能重复 | 存放二进制数据的列 | 无符号数据类型(需要整数形数据) | 填充0位(例如指定3位小数,整数18就会变成18.000) | Generated Column | Generated Column是MySQL 5.7引入的新特性,数据库中这一列由其他列计算而得 |
以上是关于mysql配置问题mysql找不到VCRUNTIME140_1.DLL,无法继续执行,my.ini 配置文件的主要内容,如果未能解决你的问题,请参考以下文章
mysql配置问题mysql找不到VCRUNTIME140_1.DLL,无法继续执行,my.ini 配置文件
配置错误。找不到类 [com.mysql.cj.jdbc.Driver]。 EclipseLink,MySQL 驱动程序
找不到 MySQL - 尝试从命令行访问 MySQL 时出现“找不到命令”错误
在 JMETER JDBC 连接配置中找不到适合 jdbc:mysql://localhost:3306/Testing 的驱动程序