MySQL
文章平均质量分 94
xinxin19881112
新的一天,新的追求!
展开
-
MySQL高级学习笔记
目录1、MySQL数据库逻辑架构。(1)网络连接层。(2)服务层(MySQL Server)。1)连接池(Connection Pool)。2)系统管理和控制工具(Management Services & Utilities)。3)SQL接口(SQL Interface)。4)解析器(Parser)。5)查询优化器(Optimizer)。6)缓存和缓冲池(Cache&Buffer)。(3)存储引擎层(Pluggable Storag...原创 2021-12-05 04:40:24 · 7866 阅读 · 7 评论 -
使用最新版本MySQL8.0.12报错记录
使用最新版本MySQL报错,MySQL版本8.0.12。报错1:Sun Oct 14 00:45:30 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and ...原创 2018-10-14 01:39:27 · 4044 阅读 · 0 评论 -
查看MySQL数据库表存储引擎,修改数据库表的存储引擎
mysql数据库报错:Caused by: java.sql.SQLException: When @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, updates to non-transactional tables can only be done in either autocommitted statements or single-statement t...原创 2018-11-19 16:29:32 · 936 阅读 · 0 评论